diff options
Diffstat (limited to 'httemplate/browse/pkg_category.html')
| -rw-r--r-- | httemplate/browse/pkg_category.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/pkg_category.html b/httemplate/browse/pkg_category.html index 16da23066..2c181a3db 100644 --- a/httemplate/browse/pkg_category.html +++ b/httemplate/browse/pkg_category.html @@ -6,7 +6,7 @@ 'disabled_statuspos' => 3, 'query' => { 'table' => 'pkg_category', 'hashref' => {}, - 'extra_sql' => 'ORDER BY categorynum', + 'order_by' => 'ORDER BY categorynum', }, 'count_query' => $count_query, 'header' => [ '#', 'Category', 'Weight', 'Condense' ], |
