small fixes

This commit is contained in:
Olivier Müller
2001-07-07 08:38:46 +00:00
parent 24ee2a3c8b
commit 4eae2ff15e
5 changed files with 18 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
// PMA_WINDOWS (bool) - mark if phpMyAdmin running on windows server
define("PHPMYADMIN_VERSION", "2.2.0rc1");
define("PHPMYADMIN_VERSION", "2.2.0rc2");
if (!ereg("([0-9]).([0-9]).([0-9])", phpversion(), $match))
$result=ereg("([0-9]).([0-9])",phpversion(),$match);