mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
merge
git-svn-id: file:///svn/phpbb/trunk@8773 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -147,7 +147,13 @@ class dbal
|
||||
$this->sql_freeresult($query_id);
|
||||
}
|
||||
|
||||
return $this->_sql_close();
|
||||
// Connection closed correctly. Set db_connect_id to false to prevent errors
|
||||
if (($result = $this->_sql_close()))
|
||||
{
|
||||
$this->db_connect_id = false;
|
||||
}
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user