This commit is contained in:
Alexander M. Turek
2002-08-13 18:12:45 +00:00
parent 49652308e3
commit 62aa653c52
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ if (!defined('PMA_MYSQL_WRAPPERS_LIB_INCLUDED')){
function PMA_mysql_error($id = FALSE) {
if ($id != FALSE) {
return PMA_convert_display_charset(mysql_error($param));
return PMA_convert_display_charset(mysql_error($id));
} else {
return PMA_convert_display_charset(mysql_error());
}