1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

- tiny bugfixes. ;)

git-svn-id: file:///svn/phpbb/trunk@5296 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-11-08 19:29:20 +00:00
parent 8a965db7aa
commit a484161be2
6 changed files with 73 additions and 31 deletions

View File

@@ -341,7 +341,7 @@ if ($stage == 0)
$php_version = phpversion();
if (version_compare($php_version, '4.1.0') < 0)
if (version_compare($php_version, '4.3.3') < 0)
{
$passed['db'] = false;
echo '<b style="color:red">' . $lang['NO'] . '</b>';