More references to removed (still some left)
[mailer.git] / inc / libs / rewrite_functions.php
index 8a8d6f01fcf023e3c41b33677df8a7fd4b211bf1..e7fa920e68c4d433f8919b0cb8a50ec4f1993fc4 100644 (file)
@@ -39,8 +39,6 @@ if (!defined('__SECURITY')) {
 
 //
 function REWRITE_LINKS ($HTML) {
-       global $_CONFIG;
-
        // Skip rewriting for the admin area (which search engine may enter here???)
        if (ereg($GLOBALS['module'], getConfig('rewrite_skip'))) return $HTML;