• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/tools/lock.php
  • Класс: BitrixImOpenLinesToolsLock
  • Вызов: Lock::delete
public function delete($name)
{
	$this->connection->queryExecute('DELETE FROM ' . LockTable::getTableName() . ' WHERE ID='' . $this->sqlHelper->forSql($name, 255) . ''');

	return true;
}