From 7e6e1a577aa34135f2e7b23c9cc4c2c86d2561fc Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 12 Dec 2006 13:02:40 +0000 Subject: [PATCH] problem changing a TIMESTAMP to DEFAULT 0 --- ChangeLog | 3 +++ libraries/Table.class.php | 16 ++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) 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 @@