diff --git a/libraries/dbi/mysql.dbi.lib.php b/libraries/dbi/mysql.dbi.lib.php index 4c18f778b..3b51635d2 100644 --- a/libraries/dbi/mysql.dbi.lib.php +++ b/libraries/dbi/mysql.dbi.lib.php @@ -141,7 +141,7 @@ function PMA_DBI_try_query($query, $link = null, $options = 0) */ function PMA_mysql_fetch_array($result, $type = false) { - global $cfg, $allow_recoding, $charset, $convcharset; + global $cfg, $allow_recoding, $charset; if ($type != false) { $data = mysql_fetch_array($result, $type);