]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rewrite.php
More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index dc38a0da5bd90425dfc6fac889aa4ea643a9e89e..d06af5e61232bca2cd3cfef5e4f584556b2930b5 100644 (file)
@@ -38,7 +38,7 @@
 
 // Some security stuff...
 if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
-       $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);
 }
 
@@ -68,7 +68,7 @@ if (IS_FORM_SENT()) {
        $OUT = ''; $SW = 2;
        while ($content = SQL_FETCHARRAY($result)) {
                // Set title to three dashes when no title is supplied
-               if (empty($content['title'])) $content['title'] = "---";
+               if (empty($content['title'])) $content['title'] = '---';
 
                // Already registered module?
                if (ereg($content['module'], getConfig('rewrite_skip'))) {