diff options
Diffstat (limited to 'httemplate/search/queue.html')
-rw-r--r-- | httemplate/search/queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/queue.html b/httemplate/search/queue.html index e5f7aed6a..1c124706c 100644 --- a/httemplate/search/queue.html +++ b/httemplate/search/queue.html @@ -4,7 +4,7 @@ 'html_form' => qq!<FORM NAME="jobForm" ACTION="$p/misc/queue.cgi" METHOD="POST">!, 'query' => { 'table' => 'queue', 'hashref' => $hashref, - 'extra_sql' => 'ORDER BY jobnum', + 'order_by' => 'ORDER BY jobnum', }, 'count_query' => $count_query, 'header' => [ '#', |