diff --git a/ChangeLog b/ChangeLog index d8d693f1d..84131aad2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-03-26 Michal Cihar + * db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3, + tbl_properties_operations.php3, tbl_properties_structure.php3, + tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even + more fixes for HTML entities in field/table/db name. + 2003-03-25 Alexander M. Turek * Documentation.html: Fixed GRANT queries for the controluser. diff --git a/db_details.php3 b/db_details.php3 index 8e5bdf232..c5aa5e36a 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -58,7 +58,7 @@ $auto_sel = ($cfg['TextareaAutoSelect'] - +  :