Fixed all the special characters problems (Bug #421889) & a warning

This commit is contained in:
Loïc Chapeaux
2001-05-10 17:12:57 +00:00
parent f0e8db0af8
commit 5a9503da8e

View File

@@ -5,6 +5,13 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-05-10 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_readdump.php3: fixed all the special characters problems (Bug #421889)
and improve the trick to enforce reloading of the left frame if a table
has to be created
* sql.php3, line 65: a warning message was sometimes displayed because the
'$sql_order' variable was not set
2001-05-10 Armel Fauveau <armel.fauveau@globalis-ms.com>
* Added a "view only" option in the phpMyBookmark patch (Feature #422425)