diff --git a/ChangeLog b/ChangeLog index cbda30f73..19fffaa4d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,12 +7,11 @@ $Source$ 2001-08-19 Olivier Müller * db_readdump.php3: if file contains mutiple queries, only show this line: - "Your SQL-query has been executed successfully: The content of your - file has been inserted. (131 Instructions)" instead of showing twice - (result + textarea) the whole file, which could be problematic with - large dumps. - * db_details: removed $sql_query_cpy stuff (was used by db_readdump.php3) - * lang/*: $strInstructions (used in db_readdump.php3) + "Your SQL-query has been executed successfully: The content of your file + has been inserted. (131 Instructions)" instead of showing twice (result + + textarea) the whole file, which could be problematic with large dumps. + * db_details: removed $sql_query_cpy stuff (was used by db_readdump.php3). + * lang/*: $strInstructions (used in db_readdump.php3). 2001-08-19 Loïc Chapeaux * tbl_change.php3: do not modify blob/binaries if $cfgProtectBlob is true @@ -20,9 +19,13 @@ $Source$ * main.php3; db_details.php3; tbl_properties.php3; db_readdump.php3; lib.inc.php3: once a query has been executed phpMyAdmin now moves back to the calling script (rather than db_details.php3 everytime) as soon as - the current database/table exists, else it moves back to a "parent" + the current database/table exists, else it moves back to a "parent" script (the welcome page/'db_details.php3' if the current database/table has has been dropped. + * header.inc.php3, lines 63-64; sql.php3; db_details.php3; + tbl_properties.php3: choosing not to execute a drop statement leads now + to the calling script (and not the target one used only if this statement + is executed). 2001-08-18 Robin Johnson * lib.inc.php3 (788, 790) : tweak size for lower resolution screens.