• Модуль: webdav
  • Путь к файлу: ~/bitrix/modules/webdav/classes/iblockbizprochistory.php
  • Класс: CWebdavDocumentHistory
  • Вызов: CWebdavDocumentHistory::IsGlueEnabled
static function IsGlueEnabled()
{
	if (self::$glueEnabled == null)
		self::$glueEnabled = (COption::GetOptionString('webdav', 'bp_history_glue', "Y") == "Y");
	return self::$glueEnabled;
}