]> git.mxchange.org Git - mailer.git/commitdiff
Missing function added (but will be removed once the EL branch is ready)
authorRoland Häder <roland@mxchange.org>
Sun, 6 Jun 2010 15:55:10 +0000 (15:55 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Jun 2010 15:55:10 +0000 (15:55 +0000)
inc/wrapper-functions.php

index 9a885ede7f13c7eaad08ed1403536c15132497ec..6e8cb2e97b73f771c1c6fe6ef535a81d11b53984 100644 (file)
@@ -941,5 +941,10 @@ function ifFatalErrorsDetected () {
        return (getTotalFatalErrors() > 0);
 }
 
        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]
 ?>
 // [EOF]
 ?>