mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Fix #146
This commit is contained in:
@@ -64,7 +64,7 @@ if ($scores) {
|
||||
</select>
|
||||
<select name="page">
|
||||
<?php
|
||||
$pages = (int)($highscore['rows'] / $highscore['rowsPerPage']) + 1;
|
||||
$pages = (int)($highscore['rows'] / $highscore['rowsPerPage']);
|
||||
for ($i = 0; $i < $pages; $i++) {
|
||||
$x = $i + 1;
|
||||
if ($x == $page) echo "<option value='".$x."' selected>Page: ".$x."</option>";
|
||||
|
Reference in New Issue
Block a user