]> git.mxchange.org Git - mailer.git/blobdiff - inc/expression-functions.php
Several fixes applied:
[mailer.git] / inc / expression-functions.php
index eebeb6c0d961266befcbc21716c87dc9fb15f54a..dffef73d05b47791423549eb9052e1ef2a1e721c 100644 (file)
@@ -115,7 +115,7 @@ function doExpressionUser ($data) {
        } // END - if
 
        // Generate replacer
-       $replacer = '{DQUOTE} . ' . $functionName . ' . "';
+       $replacer = '{DQUOTE} . ' . $functionName . ' . {DQUOTE}';
 
        // Now replace the code
        $code = replaceExpressionCode($data, $replacer);