• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/classes/general/timeman_report_full.php
  • Класс: CReportSettings
  • Вызов: CReportSettings::onUserUpdate
static function onUserUpdate($eventInfo)
{
	if($eventInfo['RESULT'])
	{
		static::clearCache($eventInfo['ID']);
	}
}