Index: trunk/kernel/units/admin/admin_events_handler.php =================================================================== diff -u -N --- trunk/kernel/units/admin/admin_events_handler.php (revision 6093) +++ trunk/kernel/units/admin/admin_events_handler.php (revision 0) @@ -1,27 +0,0 @@ -Conn->Query('DELETE FROM '.TABLE_PREFIX.'Cache WHERE VarName LIKE "mod_rw%"'); - } - - function OnResetCMSMenuCache(&$event) - { - $this->Conn->Query('DELETE FROM '.TABLE_PREFIX.'Cache WHERE VarName = "cms_menu"'); - } - - function OnResetSections(&$event) - { - $this->Conn->Query('DELETE FROM '.TABLE_PREFIX.'Cache WHERE VarName = "sections_parsed"'); - } - - function OnResetConfigsCache(&$event) - { - $this->Conn->Query('DELETE FROM '.TABLE_PREFIX.'Cache WHERE VarName = "config_files" OR VarName = "configs_parsed"'); - } - - - -} \ No newline at end of file