Index: trunk/core/kernel/application.php =================================================================== diff -u -r1976 -r1985 --- trunk/core/kernel/application.php (.../application.php) (revision 1976) +++ trunk/core/kernel/application.php (.../application.php) (revision 1985) @@ -376,11 +376,11 @@ function SaveBlocksCache() { - if (defined('EXPERIMENTAL_PRE_PARSE')) { + /*if (defined('EXPERIMENTAL_PRE_PARSE')) { $data = serialize($this->PreParsedCache); $this->DB->Query('REPLACE '.TABLE_PREFIX.'Cache (VarName, Data, Cached) VALUES ("blocks_cache", '.$this->DB->qstr($data).', '.time().')'); - } + }*/ } // Facade