diff options
Diffstat (limited to 'phpBB/admin/index.php')
-rw-r--r-- | phpBB/admin/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 4f89d2ae06..23a07e55c4 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -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) ) { |