diff options
author | ivan <ivan> | 2007-10-10 18:14:23 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-10-10 18:14:23 +0000 |
commit | 0ae5bb70803aceb4378c7862782343f155c28590 (patch) | |
tree | 6621cee7ec0fd9e23bc3a86a6f8a32538eab89d0 /httemplate/browse/part_pkg.cgi | |
parent | 56641843fc92d3d7ed61166d1e3d12ff691f0cde (diff) |
REALLY fix the package browsing this time, without messing up the ordering
Diffstat (limited to 'httemplate/browse/part_pkg.cgi')
-rwxr-xr-x | httemplate/browse/part_pkg.cgi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/browse/part_pkg.cgi b/httemplate/browse/part_pkg.cgi index 311565314..7021cb136 100755 --- a/httemplate/browse/part_pkg.cgi +++ b/httemplate/browse/part_pkg.cgi @@ -8,10 +8,10 @@ 'agent_virt' => 1, 'agent_null_right' => 'Edit global package definitions', 'agent_pos' => 4, - 'query' => { 'select' => $select, - 'table' => 'part_pkg', - 'hashref' => {}, - 'order_by ' => "ORDER BY $orderby", + 'query' => { 'select' => $select, + 'table' => 'part_pkg', + 'hashref' => {}, + 'order_by' => "ORDER BY $orderby", }, 'count_query' => $count_query, 'header' => \@header, |