More SQLs rewritten fix_menu.php is now 'pool-ed'
[mailer.git] / inc / libs / rewrite_functions.php
index c7ed9f91f5c66374cb3ba9162f3e1e3a7f07213d..83d131c421de7dfa1d6bd70f0bf3c44dd159aa08 100644 (file)
@@ -68,13 +68,13 @@ function rewriteLinksInCode ($HTML) {
        $target2 = preg_quote($target, '/');
 
        // Action variable
-       $action = $target."\$1/act/";
+       $action = $target . '$1/act/';
 
        // Convert &|&action=...
        $output = preg_replace('/' . $target2 . '(.*)&action=/i', $action, $output);
 
        // "The same procedure as last variable"... now for &what=
-       $what = $target."\$1/wht/";
+       $what = $target.'$1/wht/';
        $output = preg_replace('/' . $target2 . '(.*)&what=/i', $what, $output);
 
        // Repair missed &what=??? entries