[xoops-cvslog 237] CVS update: xoops2jp/html/include

アーカイブの一覧に戻る

Minahito minah****@users*****
2005年 6月 30日 (木) 19:00:57 JST


Index: xoops2jp/html/include/comment_post.php
diff -u xoops2jp/html/include/comment_post.php:1.2.6.3.2.3 xoops2jp/html/include/comment_post.php:1.2.6.3.2.4
--- xoops2jp/html/include/comment_post.php:1.2.6.3.2.3	Thu Jun 30 18:46:55 2005
+++ xoops2jp/html/include/comment_post.php	Thu Jun 30 19:00:57 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: comment_post.php,v 1.2.6.3.2.3 2005/06/30 09:46:55 minahito Exp $
+// $Id: comment_post.php,v 1.2.6.3.2.4 2005/06/30 10:00:57 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -221,6 +221,7 @@
                     break;
                 }
             }
+            $noname = isset($_POST['noname']) ? intval($_POST['noname']) : '';
             if (!empty($xoopsModuleConfig['com_anonpost']) && !empty($noname)) {
                 $uid = 0;
             } else {


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る