• Модуль: security
  • Путь к файлу: ~/bitrix/modules/security/classes/mysql/database.php
  • Класс: CSecurityDB
  • Вызов: CSecurityDB::UnlockTable
static function UnlockTable($table_lock)
{
	if (is_array($table_lock))
	{
		CSecurityDB::Query("SELECT RELEASE_LOCK('".$table_lock["lock_id"]."')", "Module: security; Class: CSecurityDB; Function: UnlockTable; File: ".__FILE__."; Line: ".__LINE__);
	}
}