This is mysql extension.
This commit is contained in:
@@ -11,6 +11,7 @@ $Source$
|
||||
* Documentation.html: Clarify http auth description.
|
||||
* scripts/setup.php: Show available version information even when using
|
||||
CVS version.
|
||||
* libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
|
||||
|
||||
2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* libraries/dbi:
|
||||
|
@@ -153,7 +153,7 @@ function PMA_DBI_free_result() {
|
||||
foreach ( func_get_args() as $result ) {
|
||||
if ( is_resource($result)
|
||||
&& get_resource_type($result) === 'mysql result' ) {
|
||||
mysqli_free_result($result);
|
||||
mysql_free_result($result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user