inc/toolkit.inc.php
changeset 23 4abaed69febd
parent 13 2ff220cfde13
child 29 e1c60f72d494
--- a/inc/toolkit.inc.php	Wed Jun 13 13:32:39 2007 +0000
+++ b/inc/toolkit.inc.php	Mon Jun 25 19:56:50 2007 +0000
@@ -5,7 +5,7 @@
  * Constants  *
   *************/
 
-define(ROWAMOUNT, 500);
+define(ROWAMOUNT, 50);
 
 if (isset($_GET["start"])) {
    define(ROWSTART, (($_GET["start"] - 1) * ROWAMOUNT));