View | Details | Raw Unified | Return to bug 33375
Collapse All | Expand All

(-)a/cataloguing/editor.pl (-2 / +1 lines)
Lines 78-84 my $dbh = C4::Context->dbh; Link Here
78
$template->{VARS}->{z3950_servers} = $dbh->selectall_arrayref( q{
78
$template->{VARS}->{z3950_servers} = $dbh->selectall_arrayref( q{
79
    SELECT * FROM z3950servers
79
    SELECT * FROM z3950servers
80
    WHERE recordtype != 'authority' AND servertype = 'zed'
80
    WHERE recordtype != 'authority' AND servertype = 'zed'
81
    ORDER BY rank,servername
81
    ORDER BY `rank`,servername
82
}, { Slice => {} } );
82
}, { Slice => {} } );
83
83
84
output_html_with_http_headers $input, $cookie, $template->output;
84
output_html_with_http_headers $input, $cookie, $template->output;
85
- 

Return to bug 33375