changeset 23 | 4abaed69febd |
parent 13 | 2ff220cfde13 |
child 29 | e1c60f72d494 |
22:0918664b9ff6 | 23:4abaed69febd |
---|---|
3 |
3 |
4 /************* |
4 /************* |
5 * Constants * |
5 * Constants * |
6 *************/ |
6 *************/ |
7 |
7 |
8 define(ROWAMOUNT, 500); |
8 define(ROWAMOUNT, 50); |
9 |
9 |
10 if (isset($_GET["start"])) { |
10 if (isset($_GET["start"])) { |
11 define(ROWSTART, (($_GET["start"] - 1) * ROWAMOUNT)); |
11 define(ROWSTART, (($_GET["start"] - 1) * ROWAMOUNT)); |
12 } else { |
12 } else { |
13 define(ROWSTART, 0); |
13 define(ROWSTART, 0); |