mirror of
https://github.com/vrana/adminer.git
synced 2025-08-20 21:31:44 +02:00
Use PHP 5
This commit is contained in:
@@ -202,7 +202,7 @@ if (!defined("DRIVER")) {
|
||||
/** Free result set
|
||||
*/
|
||||
function __destruct() {
|
||||
mysql_free_result($this->_result); //! not called in PHP 4 which is a problem with mysql.trace_mode
|
||||
mysql_free_result($this->_result);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user