* 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.
This commit is contained in:
Olivier Müller
2001-07-18 14:19:53 +00:00
parent ff13d61562
commit 0fc7bd09ff
3 changed files with 32 additions and 4 deletions

View File

@@ -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);