From 43515e8740c3fde4184e1beea191ff1296cdd3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 15 Aug 2001 09:54:08 +0000 Subject: [PATCH] no message --- ChangeLog | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 930cf9b55..0a176398e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,12 +5,24 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-08-14 Loïc Chapeaux + * lib.inc.php3; db_readdump.php3, lines 85-88: Fixed some coding style + inconcistencies and make the patch from Robin PHP3 compatible. + * tbl_alter.php3, lines 30-42: Make the patch from Robin PHP3 compatible + and fixed some spaces bug in the generated query. + * tbl_addfield.php3, lines 22: Applied patch for the bug #449858 to this + script. + * db_details.php3, lines 182: Fixed first part of bug #449817. + 2001-08-14 Robin Johnson - * Patch for Bug #449858 from Ignacio Vazquez-Abrams. First patch used, not second one. + * tbl_alter.php3: Patch for bug #449858 from Ignacio Vazquez-Abrams. First + patch used, not second one. 2001-08-10 Robin Johnson - * BUG #448206, Support of table aliases - fixed, added expand_sql_query in lib.inc.php3 and a loop in db_readdump.php3 to apply it - + * lib.inc.php3; db_readdump.php3, lines 85-88: Fixed bug #448206 (support + of table aliases) - added expand_sql_query in lib.inc.php3 and a loop in + db_readdump.php3 to apply it. + 2001-08-10 Loïc Chapeaux * phpinfo.php3, lang/*: fixed some coding style inconcistencies. * tbl_change.php3, line 2: fixed $id issue.