[xoops-cvslog 208] CVS update: xoops2jp/html/modules/news/include

Back to archive index

onokazu onoka****@users*****
2005年 6月 28日 (火) 16:45:07 JST


Index: xoops2jp/html/modules/news/include/storyform.inc.php
diff -u xoops2jp/html/modules/news/include/storyform.inc.php:1.3 xoops2jp/html/modules/news/include/storyform.inc.php:1.4
--- xoops2jp/html/modules/news/include/storyform.inc.php:1.3	Sat Jun 11 11:32:48 2005
+++ xoops2jp/html/modules/news/include/storyform.inc.php	Tue Jun 28 16:45:06 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: storyform.inc.php,v 1.3 2005/06/11 02:32:48 onokazu Exp $
+// $Id: storyform.inc.php,v 1.4 2005/06/28 07:45:06 onokazu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -37,7 +37,7 @@
 $sform->addElement(new XoopsFormDhtmlTextArea(_NW_THESCOOP, 'message', $message, 15, 60), true);
 $option_tray = new XoopsFormElementTray(_OPTIONS,'<br />');
 if ($xoopsUser) {
-    if ($xoopsConfig['anonpost'] == 1) {
+    if ($xoopsModuleConfig['anonpost'] == 1) {
         $noname_checkbox = new XoopsFormCheckBox('', 'noname', $noname);
         $noname_checkbox->addOption(1, _POSTANON);
         $option_tray->addElement($noname_checkbox);


xoops-cvslog メーリングリストの案内
Back to archive index