• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/utils.php
  • Класс: CIntranetUtils
  • Вызов: CIntranetUtils::__dept_field_replace
static function __dept_field_replace($str)
{
	return preg_replace(
		'/]*)>'.GetMessage('MAIN_NO').'/i'.BX_UTF_PCRE_MODIFIER,
		''.GetMessage('MAIN_ALL').'',
		$str
	);
}