diff -r 0918664b9ff6 -r 4abaed69febd inc/toolkit.inc.php --- 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));