[xoops-cvslog 355] CVS update: xoops2jp/html/modules/newbb/include

Back to archive index

NobuNobu nobun****@users*****
2005年 8月 21日 (日) 13:16:54 JST


Index: xoops2jp/html/modules/newbb/include/forumform.inc.php
diff -u xoops2jp/html/modules/newbb/include/forumform.inc.php:1.4 xoops2jp/html/modules/newbb/include/forumform.inc.php:1.4.2.1
--- xoops2jp/html/modules/newbb/include/forumform.inc.php:1.4	Wed Aug  3 21:39:14 2005
+++ xoops2jp/html/modules/newbb/include/forumform.inc.php	Sun Aug 21 13:16:54 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: forumform.inc.php,v 1.4 2005/08/03 12:39:14 onokazu Exp $
+// $Id: forumform.inc.php,v 1.4.2.1 2005/08/21 04:16:54 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -123,7 +123,7 @@
 
 if ( $forumdata['allow_sig'] && $xoopsUser ) {
     echo "<input type='checkbox' name='attachsig' value='1'";
-    if (isset($HTTP_POST_VARS['contents_preview'])) {
+    if (isset($_POST['contents_preview'])) {
         if ( $attachsig ) {
             echo " checked='checked' />&nbsp;";
         } else {


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