function EpilogActions() { global $DB; //send email events if (COption::GetOptionString("main", "check_events", "Y") !== "N") { $DB->StartUsingMasterOnly(); CEvent::CheckEvents(); $DB->StopUsingMasterOnly(); } //files cleanup CMain::FileAction(); }
function EpilogActions() { CEvent::CheckEvents(); CMain::FileAction(); }