// Improve Db class + add _db.php class in overrides for bench
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7678 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -53,9 +53,7 @@ class MySQLCore extends Db
|
||||
*/
|
||||
public function disconnect()
|
||||
{
|
||||
if ($this->_link)
|
||||
@mysql_close($this->_link);
|
||||
$this->_link = false;
|
||||
mysql_close($this->_link);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user