From: <w4...@us...> - 2003-01-05 19:18:43
|
Update of /cvsroot/xoops/xoops2/modules/news/language/english In directory sc8-pr-cvs1:/tmp/cvs-serv2940/modules/news/language/english Modified Files: modinfo.php Log Message: Anonymous submit selector for news preferences Index: modinfo.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/language/english/modinfo.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** modinfo.php 2 Jan 2003 20:16:02 -0000 1.1 --- modinfo.php 5 Jan 2003 19:18:40 -0000 1.2 *************** *** 27,30 **** --- 27,31 ---- define('_MI_NOTIFYSUBMIT', 'Notify by mail upon new submission?'); define('_MI_DISPLAYNAV', 'Display navigation box?'); + define("_MI_ANONPOST","Allow anonymous users to post?"); // Description of each config items |