X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-surfbar_stats.php;h=adf2c6a5bd3aac4365ae9089416f96634d13e47b;hb=91c5ab6d4bba6959611a9b9661c032cc4c9da6e8;hp=fee9d1c894175d22a21bec26d82785202168e573;hpb=dbb6aa4eaeff7c3bab27f143d881781380d43d41;p=mailer.git diff --git a/inc/modules/admin/what-surfbar_stats.php b/inc/modules/admin/what-surfbar_stats.php index fee9d1c894..adf2c6a5bd 100644 --- a/inc/modules/admin/what-surfbar_stats.php +++ b/inc/modules/admin/what-surfbar_stats.php @@ -1,7 +1,7 @@ 0) { // Get all rows - $OUT = ''; $SW = 2; $cnt = 0; $visits = 0; + $OUT = ''; $SW = 2; $cnt = '0'; $visits = '0'; while ($content = SQL_FETCHARRAY($result)) { // Count totals $visits += $content['total_visits']; @@ -100,7 +100,7 @@ ORDER BY // Entries found? if (SQL_NUMROWS($result) > 0) { // Get all rows - $OUT = ''; $SW = 2; $urls = 0; $visits = 0; + $OUT = ''; $SW = 2; $urls = '0'; $visits = '0'; while ($content = SQL_FETCHARRAY($result)) { // Count totals $urls += $content['visited_urls'];