diff --git a/ChangeLog b/ChangeLog index 32448bcb5..6718de226 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,11 +5,15 @@ phpMyAdmin - Changelog $Id$ $Source$ -2001-08-16 Loïc Chapeaux +2001-08-17 Loïc Chapeaux * lang/polish.inc.php3: updated thanks to Jakub Wilk . - * tbl_addfield.php3, line 68: removed an unecessary stripslashes call. - * tbl_replace.php3: fixed some decoding bugs. + * tbl_addfield.php3: removed an unecessary stripslashes call (line 68) and + replaced some remaining tabs characters. + * tbl_alter.php3; tbl_addfield.php3; tbl_change.php3; tbl_replace.php3; + tbl_properties.php3; tbl_properties.inc.php3: fixed some + encoding/decoding bugs. + * left.php3; left.js: added a style for the number of tables per database. 2001-08-16 Marc Delisle * tbl_change.php3, bug 451085 Can't assign NULL value to char(1).