Pman/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Feb 2011 08:52:19 +0000 (16:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Feb 2011 08:52:19 +0000 (16:52 +0800)
Pman/Roo.php

index 645507c..655d0f3 100644 (file)
@@ -172,7 +172,7 @@ class Pman_Roo extends Pman
  
         $x->limit(
             empty($_REQUEST['start']) ? 0 : (int)$_REQUEST['start'],
-            min(empty($_REQUEST['limit']) ? 25 : (int)$_REQUEST['limit'], 1000)
+            min(empty($_REQUEST['limit']) ? 25 : (int)$_REQUEST['limit'], 5000)
         );
         
         $queryObj = clone($x);