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/browse/pkg_class.html | |
| parent | 9e8c4a41aa10f40c7c8fc744e37ea8b21d4dce1e (diff) | |
sort by clicking on headers, RT#6465
Diffstat (limited to 'httemplate/browse/pkg_class.html')
| -rw-r--r-- | httemplate/browse/pkg_class.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/pkg_class.html b/httemplate/browse/pkg_class.html index 7097c8617..97b0621ae 100644 --- a/httemplate/browse/pkg_class.html +++ b/httemplate/browse/pkg_class.html @@ -6,7 +6,7 @@ 'disabled_statuspos' => 2, 'query' => { 'table' => 'pkg_class', 'hashref' => {}, - 'extra_sql' => 'ORDER BY classnum', + 'order_by' => 'ORDER BY classnum', }, 'count_query' => $count_query, 'header' => $header, |
