* 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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user