diff --git a/ChangeLog b/ChangeLog index 7955425aa..215325289 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,8 @@ $Source$ 2001-09-02 Loïc Chapeaux * lang/dutch.inc.php3: other updates thanks to Paul Koster. - * tbl_addfield.php3, lines 9-11: fixed a js error. + * tbl_addfield.php3, lines 9-11; tbl_copy, line 31; tbl_rename, line 9: + fixed a js error. * lib.inc.php3; sql.php3: optimized a bit (buffering the fields meta in an array, then seekink into this array is baout 5 times faster in php4 than calling the mysql_fetch_field function each time) and added some @@ -16,8 +17,9 @@ $Source$ * sql.php3, lines 304-322: fixed bug #444767 - Other cases for display=simple. * main.php3: target for links should never be "_top" but "_parent". - * db_stats.php3; images/arrow.gif; lang/*: added a button to drop - databases. + * db_details.php3; db_stats.php3; mult_drops.inc.php3; tbl_properties.php3; + images/arrow.gif; lang/*: added a button to run multiple + "DROP/DELETE/ALTER" statements. 2001-09-01 Loïc Chapeaux * db_stat.php3: cleaned and improved the code.