X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-surfbar_stats.php;h=f9e34b061ad4656faed06d1ebf0585f10e99e710;hp=12f405332d3059cf8fb8dd6f9c7e5a66fd941f09;hb=7e977ea8d28b05219b02727fcca35150d9c8fcbe;hpb=6fc12676fe7e6be6151ffed7bac2a2d6efd22086 diff --git a/inc/modules/admin/what-surfbar_stats.php b/inc/modules/admin/what-surfbar_stats.php index 12f405332d..f9e34b061a 100644 --- a/inc/modules/admin/what-surfbar_stats.php +++ b/inc/modules/admin/what-surfbar_stats.php @@ -61,10 +61,11 @@ ORDER BY `userid` ASC", $content['userid'] = ADMIN_USER_PROFILE_LINK($content['userid']); $content['total_visits'] = TRANSLATE_COMMA($content['total_visits']); $content['last_online'] = MAKE_DATETIME($content['last_online'], "2"); + $content['sw'] = $SW; // Load row template $OUT .= LOAD_TEMPLATE("admin_surfbar_url_stats_row", true, $content); - $cnt++; + $cnt++; $SW = 3 - $SW; } // END - while // Prepare content @@ -101,9 +102,11 @@ ORDER BY `userid` ASC", __FILE__, __LINE__); $content['userid'] = ADMIN_USER_PROFILE_LINK($content['userid']); $content['visited_urls'] = TRANSLATE_COMMA($content['visited_urls']); $content['total_visits'] = TRANSLATE_COMMA($content['total_visits']); + $content['sw'] = $SW; // Load row template $OUT .= LOAD_TEMPLATE("admin_surfbar_stats_row", true, $content); + $SW = 3 - $SW; } // END - while // Prepare content