Update of /cvsroot/easymod/easymod2/mods/easymod
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31651/easymod
Modified Files:
easymod_install.php
Log Message:
Forgot a MySQLi case in the install, and also getting rid of the version changer, as theres no need for it now.
Index: easymod_install.php
===================================================================
RCS file: /cvsroot/easymod/easymod2/mods/easymod/easymod_install.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** easymod_install.php 6 May 2005 22:23:44 -0000 1.8
--- easymod_install.php 20 May 2005 23:50:06 -0000 1.9
***************
*** 999,1002 ****
--- 999,1003 ----
{
case 'mysql':
+ case 'mysqli':
case 'mysql4':
$sql[] = "CREATE TABLE " . EASYMOD_TABLE . " (
|