diff -Naur /home/douglas/projetos/archlinux/svn/aur_src/web/lib/pkgfuncs.inc lib/pkgfuncs.inc
--- /home/douglas/projetos/archlinux/svn/aur_src/web/lib/pkgfuncs.inc 2006-06-08 00:33:47.000000000 +0000
+++ lib/pkgfuncs.inc 2006-06-10 21:19:26.000000000 +0000
@@ -995,7 +995,13 @@
# 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";