From: Roland Häder Date: Sun, 6 Jun 2010 15:55:10 +0000 (+0000) Subject: Missing function added (but will be removed once the EL branch is ready) X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=e2074329ede4aecf833db84c4faa594b97cd4ec5 Missing function added (but will be removed once the EL branch is ready) --- diff --git a/inc/wrapper-functions.php b/inc/wrapper-functions.php index 9a885ede7f..6e8cb2e97b 100644 --- a/inc/wrapper-functions.php +++ b/inc/wrapper-functions.php @@ -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] ?>