• Модуль: statistic
  • Путь к файлу: ~/bitrix/modules/statistic/classes/general/statistic.php
  • Класс: CAllStatistics
  • Вызов: CAllStatistics::CleanUpStatistics_2
static function CleanUpStatistics_2()
{
	__SetNoKeepStatistics();
	if ($_SESSION["SESS_NO_AGENT_STATISTIC"]!="Y" && !defined("NO_AGENT_STATISTIC"))
	{
		CStatistics::CleanUpSessions();
		CStatistics::CleanUpHits();
	}
	return "CStatistics::CleanUpStatistics_2();";
}