Hopefully killed bug #472269 dead, a touch of Domestos power

git-svn-id: file:///svn/phpbb/trunk@1272 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-11-03 22:39:37 +00:00
parent 1fcd1afe9d
commit 9f27528b65

View file

@ -201,7 +201,7 @@ elseif( $HTTP_GET_VARS['pane'] == 'right' )
if($result = $db->sql_query($sql))
{
$row = $db->sql_fetchrow($result);
echo $version = $row['mysql_version'];
$version = $row['mysql_version'];
if( preg_match("/^(3\.23|4\.)/", $version) )
{