1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-04 21:44:57 +02:00

- make freeresult work as it should

git-svn-id: file:///svn/phpbb/trunk@5801 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-04-18 21:38:01 +00:00
parent a8e11e2264
commit 3e67fe55cb

View File

@ -302,11 +302,6 @@ class dbal_firebird extends dbal
$query_id = $this->query_result;
}
if (!$this->transaction && $query_id)
{
$this->sql_transaction('commit');
}
if (isset($this->open_queries[(int) $query_id]))
{
unset($this->open_queries[(int) $query_id]);