Completed
Push — 1.10.x ( 2db1b9...87fd83 )
by Julito
210:12 queued 147:32
created
main/inc/ajax/online.ajax.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.