From d567c19f1edeebd7d58aede2fe5f5bc8735dcb24 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 31 Mar 2005 15:24:58 +0000 Subject: [PATCH] TIMESTAMP options improved looks --- ChangeLog | 1 + tbl_properties.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fe76c4b8f..57b3459e8f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2005-03-31 Marc Delisle * Documentation.html: added FAQ 5.17 about problem with Firefox when the Tabbrowser Extensions plugin is installed + * tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin 2005-03-30 Alexander M. Turek * server_databases.php: Bug #1172782 (Don't allow to drop diff --git a/tbl_properties.inc.php b/tbl_properties.inc.php index 4bd288ed9c..56176a657e 100644 --- a/tbl_properties.inc.php +++ b/tbl_properties.inc.php @@ -390,11 +390,11 @@ for ($i = 0 ; $i < $num_fields; $i++) { $content_cells[$i][$ci] .= ''; if (PMA_MYSQL_INT_VERSION >= 40102 && $type_upper == 'TIMESTAMP') { - $content_cells[$i][$ci] .= '
CURRENT_TIMESTAMP'; + $content_cells[$i][$ci] .= ' />'; } $ci++;