[Easymod-cvs] easymod2/mods/easymod/em_includes em_schema.php,1.4,1.5
Status: Beta
Brought to you by:
wgeric
From: Brendan K. <bk...@us...> - 2005-05-20 23:39:41
|
Update of /cvsroot/easymod/easymod2/mods/easymod/em_includes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30118/easymod/em_includes Modified Files: em_schema.php Log Message: Just adding a couple of case checks to support MySQLi Index: em_schema.php =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/em_includes/em_schema.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** em_schema.php 20 May 2005 23:28:51 -0000 1.4 --- em_schema.php 20 May 2005 23:39:31 -0000 1.5 *************** *** 708,711 **** --- 708,712 ---- { case 'mysql': + case 'mysqli': case 'mysql4': // the beauty of using pseudo mySQL is that these everything is mySQL complaint without change ;-) *************** *** 748,751 **** --- 749,753 ---- { case 'mysql': + case 'mysqli': case 'mysql4': $sql_line = $formatted_line ; |