• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/update/timemanversion19converter.php
  • Класс: BitrixTimemanUpdateTimemanVersion19Converter
  • Вызов: TimemanVersion19Converter::createScheduleSettingsKey
private function createScheduleSettingsKey($settings)
{
	if ($settings['UF_TM_FREE'] === 'Y' || $settings['UF_TM_FREE'] === true)
	{
		return 'FREE';
	}
	return 'COMMON';
}