From: quix0r 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/?a=commitdiff_plain;h=b1d075a50e50d39716df9daed150706ab296ed45;p=mailer.git 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] ?>