From 033709735189caa804476fc17e9946809516fcf7 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 11 Nov 2010 01:44:43 +0000 Subject: sort by clicking on headers, RT#6465 --- httemplate/search/queue.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/search/queue.html') 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!
!, 'query' => { 'table' => 'queue', 'hashref' => $hashref, - 'extra_sql' => 'ORDER BY jobnum', + 'order_by' => 'ORDER BY jobnum', }, 'count_query' => $count_query, 'header' => [ '#', -- cgit v1.2.1