REALLY fix the package browsing this time, without messing up the ordering
authorivan <ivan>
Wed, 10 Oct 2007 18:14:23 +0000 (18:14 +0000)
committerivan <ivan>
Wed, 10 Oct 2007 18:14:23 +0000 (18:14 +0000)
httemplate/browse/part_pkg.cgi

index 3115653..7021cb1 100755 (executable)
@@ -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,