diff roundup/cgi/templating.py @ 3158:cf824afdb76b

*cough* nothing to see here
author Richard Jones <richard@users.sourceforge.net>
date Mon, 14 Feb 2005 04:26:23 +0000
parents 969ec14c09cf
children b2fc512f145d
line wrap: on
line diff
--- a/roundup/cgi/templating.py	Mon Feb 14 04:25:49 2005 +0000
+++ b/roundup/cgi/templating.py	Mon Feb 14 04:26:23 2005 +0000
@@ -2014,7 +2014,7 @@
 
         # pagination - size and start index
         # figure batch args
-        self.pagesize = 5 #50
+        self.pagesize = 50
         for name in ':pagesize @pagesize'.split():
             if self.form.has_key(name):
                 self.special_char = name[0]

Roundup Issue Tracker: http://roundup-tracker.org/