Cache path changed and compileRawCode() introduced
[mailer.git] / inc / db / lib-mysql3.php
index 625125b39d6e6f3f5b9ad5f98c0439bef2c0947d..b4e386ce8ea20a1835d8a4bea4be04d445c05938 100644 (file)
@@ -72,7 +72,7 @@ function SQL_QUERY ($sqlString, $F, $L) {
        $sqlString = str_replace("\t", ' ', str_replace("\n", ' ', str_replace("\r", ' ', $sqlString)));
 
        // Compile config out
-       $sqlString = FILTER_COMPILE_CONFIG($sqlString);
+       $sqlString = FILTER_COMPILE_CONFIG($sqlString, true);
 
        // Starting time
        $querytimeBefore = array_sum(explode(' ', microtime()));