From: ivan Date: Wed, 10 Oct 2007 18:14:23 +0000 (+0000) Subject: REALLY fix the package browsing this time, without messing up the ordering X-Git-Tag: TRIXBOX_2_6~275 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0ae5bb70803aceb4378c7862782343f155c28590;p=freeside.git REALLY fix the package browsing this time, without messing up the ordering --- 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,