• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar_sect.php
  • Класс: CCalendarSect
  • Вызов: CCalendarSect::CheckSign
static function CheckSign($sign, $userId, $sectId)
{
	return (md5($userId."||".$sectId."||".self::GetUniqCalendarId()) == $sign);
}