mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-13 06:48:52 +00:00
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:
parent
1fcd1afe9d
commit
9f27528b65
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ elseif( $HTTP_GET_VARS['pane'] == 'right' )
|
||||||
if($result = $db->sql_query($sql))
|
if($result = $db->sql_query($sql))
|
||||||
{
|
{
|
||||||
$row = $db->sql_fetchrow($result);
|
$row = $db->sql_fetchrow($result);
|
||||||
echo $version = $row['mysql_version'];
|
$version = $row['mysql_version'];
|
||||||
|
|
||||||
if( preg_match("/^(3\.23|4\.)/", $version) )
|
if( preg_match("/^(3\.23|4\.)/", $version) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue