Index: trunk/core/kernel/utility/cache.php =================================================================== diff -u -N -r4758 -r4880 --- trunk/core/kernel/utility/cache.php (.../cache.php) (revision 4758) +++ trunk/core/kernel/utility/cache.php (.../cache.php) (revision 4880) @@ -17,7 +17,7 @@ parent::Params($params_str); $this->Conn =& $this->Application->GetADODBConnection(); - $this->debugCache = $this->Application->isDebugMode() && dbg_ConstOn('DBG_CACHE'); + $this->debugCache = $this->Application->isDebugMode() && constOn('DBG_CACHE'); } /**