diff --git a/ChangeLog b/ChangeLog index 6b6e0cc3f..a0ba03d50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-12-12 Marc Delisle + * libraries/Table.class.php: problem changing a TIMESTAMP to DEFAULT 0 + 2006-12-07 Marc Delisle * libraries/ip_allow_deny.lib.php: checks that the header contains only one IP address, thanks to Christian Schmidt diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 378236c33..5d23ef21a 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -1,5 +1,6 @@