@@ -15,8 +15,8 @@ |
||
15 | 15 | $images_to_show = 12; |
16 | 16 | |
17 | 17 | $page = intval($_REQUEST['online_page_nr']); |
18 | - $max_page = ceil(who_is_online_count()/$images_to_show); |
|
19 | - $page_rows = ($page-1)*$images_to_show; |
|
18 | + $max_page = ceil(who_is_online_count() / $images_to_show); |
|
19 | + $page_rows = ($page - 1) * $images_to_show; |
|
20 | 20 | |
21 | 21 | if (!empty($max_page) && $page <= $max_page) { |
22 | 22 | if (isset($_GET['cidReq']) && strlen($_GET['cidReq']) > 0) { |