]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rewrite_functions.php
Fixes for rewrite extension (thx 2 monakoianar again)
[mailer.git] / inc / libs / rewrite_functions.php
index e282612b4bff31b5652fc1cddc8f5fba6796a9c1..308b42da68ec462cf5ff66e39e2341c2dd36be69 100644 (file)
@@ -44,7 +44,7 @@ function REWRITE_LINKS($HTML)
        global $_CONFIG;
 
        // Skip rewriting for the admin area (which search engine may enter here???)
-       if (ereg($GLOBALS['module'], $_CONFIG['rewrite_skipped_mods'])) return $HTML;
+       if (ereg($GLOBALS['module'], $_CONFIG['rewrite_skip'])) return $HTML;
 
        // Strip slashes with double-backslashes for the preg_replace() function
        $URL = str_replace("/", "\\/", URL);