From 9f27528b65dc47392dff8b9ed90905f3d42cae7c Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 3 Nov 2001 22:39:37 +0000 Subject: Hopefully killed bug #472269 dead, a touch of Domestos power git-svn-id: file:///svn/phpbb/trunk@1272 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/admin/index.php') 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) ) { -- cgit v1.2.1