From: <ok...@us...> - 2003-01-07 21:47:31
|
Update of /cvsroot/xoops/xoops2/install In directory sc8-pr-cvs1:/tmp/cvs-serv21214/install Modified Files: index.php Log Message: removed anonymous comment option Index: index.php =================================================================== RCS file: /cvsroot/xoops/xoops2/install/index.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.php 7 Jan 2003 21:45:13 -0000 1.8 --- index.php 7 Jan 2003 21:47:23 -0000 1.9 *************** *** 1441,1445 **** $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (29, 0, 2, 'avatar_maxsize', '_MD_AM_AVATARMAX', '35000', '_MD_AM_AVATARMAXDSC', 'textbox', 'int', 20)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (30, 0, 1, 'adminmail', '_MD_AM_ADMINML', '".$adminmail."', '_MD_AM_ADMINMLDSC', 'textbox', 'text', 3)"); - $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (31, 0, 1, 'anonpost', '_MD_AM_ANONPOST', '0', '_MD_AM_ANONPOSTDSC', 'yesno', 'int', 32)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (32, 0, 2, 'self_delete', '_MD_AM_SELFDELETE', '0', '_MD_AM_SELFDELETEDSC', 'yesno', 'int', 22)"); $result = $xoopsDB->queryF("INSERT INTO ".$xoopsDB->prefix('config')." VALUES (33, 0, 1, 'com_mode', '_MD_AM_COMMODE', 'thread', '_MD_AM_COMMODEDSC', 'select', 'text', 34)"); --- 1441,1444 ---- |