From eb1e2a9a376ef369b5b8b0cd49f3cbc5c34b7b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 17 Aug 2001 14:22:32 +0000 Subject: [PATCH] no message --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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).