]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-surfbar_stats.php
'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code...
[mailer.git] / inc / modules / admin / what-surfbar_stats.php
index 6637b61c9bbf52598479111542cabee57f435be1..7db1aaf511aef397877bd8471ebd0ae3d0d15fd2 100644 (file)
@@ -52,7 +52,7 @@ if (REQUEST_ISSET_GET(('url_id'))) {
 FROM `{!_MYSQL_PREFIX!}_surfbar_stats`
 WHERE `url_id`=%s
 ORDER BY `userid` ASC",
-               array(bigintval(REQUEST_GET('url_id'))), __FILE__, __LINE__);
+       array(bigintval(REQUEST_GET('url_id'))), __FILE__, __LINE__);
 
        // Entries found?
        if (SQL_NUMROWS($result) > 0) {
@@ -65,7 +65,7 @@ ORDER BY `userid` ASC",
                        // "Translate" some data
                        $content['userid']       = generateUserProfileLink($content['userid']);
                        $content['total_visits'] = translateComma($content['total_visits']);
-                       $content['last_online']  = generateDateTime($content['last_online'], "2");
+                       $content['last_online']  = generateDateTime($content['last_online'], '2');
                        $content['sw']           = $SW;
 
                        // Load row template