From c94000db49c2201cbd17e4389aacb1ce9fbd3d03 Mon Sep 17 00:00:00 2001 From: pjmattal Date: Mon, 12 Jun 2006 02:13:43 +0000 Subject: added sorting.patch from dsa to close bug #4659, sorting error --- web/lib/pkgfuncs.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'web/lib') diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index a323984f..0d86ee40 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -995,7 +995,13 @@ function pkg_search_page($SID="") { # print " ".__("Manage")."\n"; # } - print "\n"; + print "\n"; + + # Solve the sorting problem, so we can force the + # passage of the sorting params to the next pages. + # Added by: dsa + print ""; + print ""; for ($i=0; $row = mysql_fetch_assoc($result); $i++) { (($i % 2) == 0) ? $c = "data1" : $c = "data2"; -- cgit v1.2.3-24-g4f1b