inc/toolkit.inc.php
changeset 75 a53200a76f9d
parent 74 43c31dc98305
child 76 0748816801b2
--- a/inc/toolkit.inc.php	Mon Feb 11 19:52:20 2008 +0000
+++ b/inc/toolkit.inc.php	Sun Feb 17 15:28:21 2008 +0000
@@ -41,10 +41,9 @@
 /*************
  * Constants *
  *************/
-define(ROWAMOUNT, $ROWAMOUNT);
 
 if (isset($_GET["start"])) {
-   define(ROWSTART, (($_GET["start"] - 1) * ROWAMOUNT));
+   define(ROWSTART, (($_GET["start"] - 1) * $rowamount));
    } else {
    define(ROWSTART, 0);
 }