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