]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/what-top10.php
More double- to single-quotes rewritten
[mailer.git] / inc / modules / guest / what-top10.php
index 896a8781ca985d107012954ddf31d87e19fed203..a48645aa82140fa16add6907eb0ad5fb210d1650 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if (!defined('__SECURITY')) {
-       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php";
+       $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 } elseif ((!EXT_IS_ACTIVE('top10')) && (!IS_ADMIN())) {
        addFatalMessage(__FILE__, __LINE__, getMessage('EXTENSION_PROBLEM_EXT_INACTIVE'), 'top10');
@@ -65,7 +65,7 @@ LIMIT %s",
 $OUT = ''; $SW = 2; $cnt = 1;
 while ($content = SQL_FETCHARRAY($result)) {
        // Init nickname
-       $content['nickname'] = "---";
+       $content['nickname'] = '---';
 
        // Get nickname
        if (EXT_IS_ACTIVE('nickname')) $content['nickname'] = NICKNAME_GET_NICK($content['userid']);
@@ -136,7 +136,7 @@ LIMIT %s",
 $OUT = ''; $SW = 2; $cnt = 1;
 while ($content = SQL_FETCHARRAY($result)) {
        // Init nickname
-       $content['nickname'] = "---";
+       $content['nickname'] = '---';
 
        // Get nickname
        if (EXT_IS_ACTIVE('nickname')) $content['nickname'] = NICKNAME_GET_NICK($content['userid']);
@@ -206,7 +206,7 @@ LIMIT %s",
 $OUT = ''; $SW = 2; $cnt = 1;
 while ($content = SQL_FETCHARRAY($result)) {
        // Init nickname
-       $content['nickname'] = "---";
+       $content['nickname'] = '---';
 
        // Get nickname
        if (EXT_IS_ACTIVE('nickname')) $content['nickname'] = NICKNAME_GET_NICK($content['userid']);