diff options
| author | ivan <ivan> | 2010-11-11 01:44:50 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-11-11 01:44:50 +0000 |
| commit | 772a99e959e5a1fa25fde0d0080eccb9d8f6e1d0 (patch) | |
| tree | e9bedbf8fccb16b7374422e09a6b9649226a4aac /httemplate/search/queue.html | |
| parent | 9e8c4a41aa10f40c7c8fc744e37ea8b21d4dce1e (diff) | |
sort by clicking on headers, RT#6465
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' => [ '#', |
