bug #594235
This commit is contained in:
@@ -8,6 +8,8 @@ $Source$
|
|||||||
2002-08-13 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-08-13 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/german-*.inc.php3: Updates.
|
* lang/german-*.inc.php3: Updates.
|
||||||
* Documentation.*: Updated credits.
|
* Documentation.*: Updated credits.
|
||||||
|
* libraries/mysql_wrappers.lib.php3: fixed bug #594235, thanks to
|
||||||
|
Pawe<77> Szczepa<70>ski (pauluz).
|
||||||
|
|
||||||
2002-08-13 Marc Delisle <lem9@users.sourceforge.net>
|
2002-08-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/*, main.php3: new warning strInsecureMySQL, when running with
|
* lang/*, main.php3: new warning strInsecureMySQL, when running with
|
||||||
|
@@ -22,7 +22,7 @@ if (!defined('PMA_MYSQL_WRAPPERS_LIB_INCLUDED')){
|
|||||||
|
|
||||||
function PMA_mysql_error($id = FALSE) {
|
function PMA_mysql_error($id = FALSE) {
|
||||||
if ($id != FALSE) {
|
if ($id != FALSE) {
|
||||||
return PMA_convert_display_charset(mysql_error($param));
|
return PMA_convert_display_charset(mysql_error($id));
|
||||||
} else {
|
} else {
|
||||||
return PMA_convert_display_charset(mysql_error());
|
return PMA_convert_display_charset(mysql_error());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user