]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Old-lost eval() removed, rewrite-functions must be called after compilation and befor...
[mailer.git] / inc / wrapper-functions.php
index 9a885ede7f13c7eaad08ed1403536c15132497ec..6e8cb2e97b73f771c1c6fe6ef535a81d11b53984 100644 (file)
@@ -941,5 +941,10 @@ function ifFatalErrorsDetected () {
        return (getTotalFatalErrors() > 0);
 }
 
+// Wrapper until we merged to the EL branch
+function preCompileCode ($code, $template = '', $compiled = false, $full = true, $overwrite = false) {
+       return compileCode($code, false, true, $full);
+}
+
 // [EOF]
 ?>