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