X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Frewrite_functions.php;h=83d131c421de7dfa1d6bd70f0bf3c44dd159aa08;hb=f2736bc6457140146890877d992be862a78b259f;hp=c7ed9f91f5c66374cb3ba9162f3e1e3a7f07213d;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;p=mailer.git diff --git a/inc/libs/rewrite_functions.php b/inc/libs/rewrite_functions.php index c7ed9f91f5..83d131c421 100644 --- a/inc/libs/rewrite_functions.php +++ b/inc/libs/rewrite_functions.php @@ -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