no message

This commit is contained in:
Loïc Chapeaux
2001-09-02 22:31:28 +00:00
parent 6b6ced94c1
commit e25fd471d8

View File

@@ -7,7 +7,8 @@ $Source$
2001-09-02 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* 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<4C>c Chapeaux <lolo@phpheaven.net>
* db_stat.php3: cleaned and improved the code.