From: <on...@us...> - 2002-09-19 00:05:16
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv23538 Modified Files: install.php Log Message: no message Index: install.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/install.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** install.php 19 Sep 2002 00:02:00 -0000 1.13 --- install.php 19 Sep 2002 00:05:12 -0000 1.14 *************** *** 412,416 **** # ! $result = $xoopsDB->queryF("CREATE TABLE `".$xoopsDB->prefix(groups)."` ( `groupid` int(5) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', --- 412,416 ---- # ! $result = $xoopsDB->queryF("CREATE TABLE `".$xoopsDB->prefix('groups')."` ( `groupid` int(5) NOT NULL auto_increment, `name` varchar(50) NOT NULL default '', |