]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_home.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / modules / admin / what-config_home.php
index 968bcdb2b4f1105520bbd329db0429304d5e8f25..36e63c71b516eb34965375d4a022ba0b936c2e84 100644 (file)
@@ -43,11 +43,11 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 }
 
 // Add description as navigation point
-ADD_DESCR("admin", __FILE__);
+ADD_DESCR('admin', __FILE__);
 
-// Init "sub" value
-$sub = "";
-if (REQUEST_ISSET_GET(('sub'))) $sub = REQUEST_GET('sub');
+// Init 'sub' value
+$sub = '';
+if (REQUEST_ISSET_GET('sub')) $sub = REQUEST_GET('sub');
 
 switch ($sub)
 {
@@ -58,7 +58,7 @@ case "settings": // Settings related to the index page
                OUTPUT_HTML("<a href=\"{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings\">{--ADMIN_CONTINUE_TO_CONFIG--}</a>");
        } else {
                // Prepare data for the template
-               $content = array_fill(-1, 60, "");
+               $content = array_fill(-1, 60, '');
                $content[getConfig('index_delay')] = " selected=\"selected\"";
 
                define('__INDEX_COOKIE_SELECTION', CREATE_TIME_SELECTIONS(getConfig('index_cookie'), "index_cookie", "YMWD"));
@@ -80,7 +80,7 @@ ORDER BY `sort` ASC", __FILE__, __LINE__);
 
        // Init variables
        $SW = 2;
-       $OUT = "";
+       $OUT = '';
 
        // Process all entries
        while ($content = SQL_FETCHARRAY($result)) {