From 0fc7bd09ffc5a8cf97e2b6495447b5f35e828d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20M=C3=BCller?= Date: Wed, 18 Jul 2001 14:19:53 +0000 Subject: [PATCH] * set current version number to 2.2.0rc3 (which should become 2.2.0-final) * tbl_change.php3: feature #442402: while editing a record, the function of the first timestamp field will be set by default to "NOW()" : same behaviour as the command line mysql client. --- ChangeLog | 6 ++++++ defines.inc.php3 | 2 +- tbl_change.php3 | 28 +++++++++++++++++++++++++--- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 29cce0ac9..15403dcf5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-07-18 Olivier Müller + * set current version number to 2.2.0rc3 (which should become 2.2.0-final) + * tbl_change.php3: feature #442402: while editing a record, the function + of the first timestamp field will be set by default to "NOW()" : + same behaviour as the command line mysql client. + 2001-07-17 Loïc Chapeaux * added credits for Benjamin Gandon in this file, credits and documentation. diff --git a/defines.inc.php3 b/defines.inc.php3 index 80824ac00..eaf4b9cc8 100755 --- a/defines.inc.php3 +++ b/defines.inc.php3 @@ -10,7 +10,7 @@ // PMA_WINDOWS (bool) - mark if phpMyAdmin running on windows server -define("PHPMYADMIN_VERSION", "2.2.0rc2"); +define("PHPMYADMIN_VERSION", "2.2.0rc3"); if (!ereg("([0-9]).([0-9]).([0-9])", phpversion(), $match)) $result=ereg("([0-9]).([0-9])",phpversion(),$match); diff --git a/tbl_change.php3 b/tbl_change.php3 index eed2285fc..ff0aa0acf 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -45,6 +45,9 @@ if(isset($primary_key)) \n"; @@ -65,6 +69,13 @@ for($i=0;$i\n"; }