|
From: FlorinCB <ory...@us...> - 2009-10-08 23:42:34
|
Update of /cvsroot/mxbb/phpbb2mxp/install In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6781/install Modified Files: install.php update_to_latest.php upgrade.php Log Message: upd Index: upgrade.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/install/upgrade.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** upgrade.php 24 Jan 2009 05:09:55 -0000 1.2 --- upgrade.php 8 Oct 2009 23:41:55 -0000 1.3 *************** *** 1810,1814 **** $version = $row['mysql_version']; ! if ( preg_match("/^(3\.23)|(4\.)/", $version) ) { $sql = "ALTER TABLE " . $table_prefix . "sessions --- 1810,1814 ---- $version = $row['mysql_version']; ! if ( preg_match("/^(3\.24)|(4\.)/", $version) ) { $sql = "ALTER TABLE " . $table_prefix . "sessions |