Index: branches/5.3.x/core/kernel/nparser/template_cache.php =================================================================== diff -u -N -r15640 -r15928 --- branches/5.3.x/core/kernel/nparser/template_cache.php (.../template_cache.php) (revision 15640) +++ branches/5.3.x/core/kernel/nparser/template_cache.php (.../template_cache.php) (revision 15928) @@ -1,6 +1,6 @@ $filename, 'Data' => &$compiled_template, - 'Cached' => adodb_mktime(), + 'Cached' => time(), ); $this->Conn->doInsert($fields_hash, TABLE_PREFIX . 'SystemCache', 'REPLACE');