|
From: Paul S. O. <ps...@us...> - 2001-11-03 22:39:40
|
Update of /cvsroot/phpbb/phpBB2/admin
In directory usw-pr-cvs1:/tmp/cvs-serv31028/admin
Modified Files:
index.php
Log Message:
Hopefully killed bug #472269 dead, a touch of Domestos power
Index: index.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/admin/index.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** index.php 2001/11/03 21:56:17 1.22
--- index.php 2001/11/03 22:39:37 1.23
***************
*** 202,206 ****
{
$row = $db->sql_fetchrow($result);
! echo $version = $row['mysql_version'];
if( preg_match("/^(3\.23|4\.)/", $version) )
--- 202,206 ----
{
$row = $db->sql_fetchrow($result);
! $version = $row['mysql_version'];
if( preg_match("/^(3\.23|4\.)/", $version) )
|