equal
deleted
inserted
replaced
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"])) { |