@@ -, +, @@ --- cataloguing/editor.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/cataloguing/editor.pl +++ a/cataloguing/editor.pl @@ -78,7 +78,7 @@ my $dbh = C4::Context->dbh; $template->{VARS}->{z3950_servers} = $dbh->selectall_arrayref( q{ SELECT * FROM z3950servers WHERE recordtype != 'authority' AND servertype = 'zed' - ORDER BY rank,servername + ORDER BY `rank`,servername }, { Slice => {} } ); output_html_with_http_headers $input, $cookie, $template->output; --