From e2074329ede4aecf833db84c4faa594b97cd4ec5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 6 Jun 2010 15:55:10 +0000 Subject: [PATCH] Missing function added (but will be removed once the EL branch is ready) --- inc/wrapper-functions.php | 5 +++++ 1 file changed, 5 insertions(+) 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] ?> -- 2.39.2