[freeside-commits] freeside/httemplate/browse part_pkg.cgi, 1.41, 1.42
Ivan,,,
ivan at wavetail.420.am
Wed Oct 10 11:14:25 PDT 2007
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail:/tmp/cvs-serv1193
Modified Files:
part_pkg.cgi
Log Message:
REALLY fix the package browsing this time, without messing up the ordering
Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/part_pkg.cgi,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- part_pkg.cgi 26 Sep 2007 16:06:55 -0000 1.41
+++ part_pkg.cgi 10 Oct 2007 18:14:23 -0000 1.42
@@ -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,
More information about the freeside-commits
mailing list