inc/toolkit.inc.php
changeset 75 a53200a76f9d
parent 74 43c31dc98305
child 76 0748816801b2
equal deleted inserted replaced
74:43c31dc98305 75:a53200a76f9d
    39 }
    39 }
    40 
    40 
    41 /*************
    41 /*************
    42  * Constants *
    42  * Constants *
    43  *************/
    43  *************/
    44 define(ROWAMOUNT, $ROWAMOUNT);
       
    45 
    44 
    46 if (isset($_GET["start"])) {
    45 if (isset($_GET["start"])) {
    47    define(ROWSTART, (($_GET["start"] - 1) * ROWAMOUNT));
    46    define(ROWSTART, (($_GET["start"] - 1) * $rowamount));
    48    } else {
    47    } else {
    49    define(ROWSTART, 0);
    48    define(ROWSTART, 0);
    50 }
    49 }
    51 
    50 
    52 if (isset($_GET["letter"])) {
    51 if (isset($_GET["letter"])) {