From 0ae5bb70803aceb4378c7862782343f155c28590 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 10 Oct 2007 18:14:23 +0000 Subject: [PATCH] REALLY fix the package browsing this time, without messing up the ordering --- httemplate/browse/part_pkg.cgi | 8 ++++---- 1 file 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, -- 2.11.0