X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fwrapper-functions.php;h=6e8cb2e97b73f771c1c6fe6ef535a81d11b53984;hb=9642d17a028f3e7fdc57fa12e5dbd7129f166816;hp=9a885ede7f13c7eaad08ed1403536c15132497ec;hpb=e81bae12c3ed998e5dce877f5baff1bd3c7bf597;p=mailer.git 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] ?>