From b4cadaf7455d0d1c618924ef4cf45a0bf0524e1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Mar 2003 14:02:16 +0000 Subject: [PATCH] fixes for HTML entities in field/table/db names --- ChangeLog | 6 ++++++ db_details.php3 | 4 ++-- db_details_qbe.php3 | 6 +++--- left.php3 | 4 ++-- libraries/common.lib.php3 | 2 +- tbl_change.php3 | 4 ++-- tbl_properties_operations.php3 | 2 +- tbl_properties_structure.php3 | 2 +- tbl_query_box.php3 | 2 +- tbl_select.php3 | 8 ++++---- 10 files changed, 23 insertions(+), 17 deletions(-) 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'] - +  :