diff --git a/ChangeLog b/ChangeLog index 88819f1b1..db6d5abea 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-09-23 Benjamin Gandon + * read_dump.php3: widely improved (some remaining bugs has been fixed and + the script is now about too time faster than before). + 2001-09-23 Loïc Chapeaux * config.inc.php3; Documentation.html; db_details.php3; tbl_dump.php3; tbl_properties.php3; libraries/functions.php3; libraries/zip.lib.php3: @@ -14,6 +18,9 @@ $Source$ translations. * most of the scripts were updated to fix bug #444352 (Data Missing/POST Error). + * db_details.php3; db_stats.php3; mult_submits.inc.php3; + tbl_properties.php3: fixed a bug if a "DROP" query were submitted from a + sql file. 2001-09-23 Armel Fauveau * add zip dump feature diff --git a/db_details.php3 b/db_details.php3 index 3edd25729..919fc3c10 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -59,7 +59,7 @@ window.parent.frames['nav'].location.replace('./left.php3?lang= - - + +