mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
a8e11e2264
commit
3e67fe55cb
1 changed files with 0 additions and 5 deletions
|
@ -302,11 +302,6 @@ class dbal_firebird extends dbal
|
||||||
$query_id = $this->query_result;
|
$query_id = $this->query_result;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$this->transaction && $query_id)
|
|
||||||
{
|
|
||||||
$this->sql_transaction('commit');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (isset($this->open_queries[(int) $query_id]))
|
if (isset($this->open_queries[(int) $query_id]))
|
||||||
{
|
{
|
||||||
unset($this->open_queries[(int) $query_id]);
|
unset($this->open_queries[(int) $query_id]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue