Update of /cvsroot/phpbb-php5mod/phpbb-php5/install
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21397
Modified Files:
install.php
Log Message:
Fixed a bug that kept MySQL 4.x from showing up, now it and the MySQL 4.x/ w MySqli show up.
Index: install.php
===================================================================
RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/install/install.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** install.php 24 Sep 2004 02:20:12 -0000 1.3
--- install.php 29 Sep 2004 03:09:00 -0000 1.4
***************
*** 324,328 ****
),
//this was added for support of MySQLI :) -phpbb2_fan
! 'mysql4' => array(
'LABEL' => 'MySQL 4.x /w MySQLi',
'SCHEMA' => 'mysql',
--- 324,328 ----
),
//this was added for support of MySQLI :) -phpbb2_fan
! 'mysqli' => array(
'LABEL' => 'MySQL 4.x /w MySQLi',
'SCHEMA' => 'mysql',
|