From 7117f4635781ca919342b67bd4c93eb2e0a524f3 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 12 Dec 2006 13:12:42 +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 869c0a565..de86c20bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $HeadURL$ +2006-12-12 Marc Delisle + * libraries/Table.class.php: problem changing a TIMESTAMP to DEFAULT 0 + 2006-12-11 Michal Čihař * lang/czech: Updated. diff --git a/libraries/Table.class.php b/libraries/Table.class.php index e17bdf408..af1d31a21 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -1,5 +1,6 @@