More double- to single-quotes rewritten
[mailer.git] / inc / modules / admin / what-config_rewrite.php
index 2f731194ef0296f1b9f12aa554faeeec555c2fdd..d06af5e61232bca2cd3cfef5e4f584556b2930b5 100644 (file)
@@ -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'))) {