|
From: FlorinCB <ory...@us...> - 2009-01-24 05:10:30
|
Update of /cvsroot/mxbb/phpbb2mxp/install In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10554/install Modified Files: install.php update_to_latest.php upgrade.php Log Message: fixes Index: update_to_latest.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/install/update_to_latest.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** update_to_latest.php 31 Dec 2008 01:44:31 -0000 1.1 --- update_to_latest.php 24 Jan 2009 05:09:55 -0000 1.2 *************** *** 61,65 **** // // ! $updates_to_version = '.0.24'; // // --- 61,65 ---- // // ! $updates_to_version = '.0.23'; // // Index: upgrade.php =================================================================== RCS file: /cvsroot/mxbb/phpbb2mxp/install/upgrade.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** upgrade.php 31 Dec 2008 01:44:31 -0000 1.1 --- upgrade.php 24 Jan 2009 05:09:55 -0000 1.2 *************** *** 1810,1814 **** $version = $row['mysql_version']; ! if ( preg_match("/^(3\.24)|(4\.)/", $version) ) { $sql = "ALTER TABLE " . $table_prefix . "sessions --- 1810,1814 ---- $version = $row['mysql_version']; ! if ( preg_match("/^(3\.23)|(4\.)/", $version) ) { $sql = "ALTER TABLE " . $table_prefix . "sessions |