• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/cml2.php
  • Класс: CUserCMLImport
  • Вызов: CUserCMLImport::GetAbsenceByXML_ID
function GetAbsenceByXML_ID($XML_ID)
{
	$dbRes = $this->__ib->GetList(array('SORT' => 'ASC'), array('IBLOCK_ID' => $this->ABSENCE_IBLOCK_ID, 'XML_ID' => $XML_ID));
	return $dbRes->Fetch();
}