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

Back to archive index

onokazu onoka****@users*****
2005年 9月 5日 (月) 05:46:10 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.5
--- 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	Mon Sep  5 05:46:10 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.5 2005/09/04 20:46:10 onokazu 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