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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 2月 20日 (月) 19:52:44 JST


Index: xoops2jp/html/include/comment_post.php
diff -u xoops2jp/html/include/comment_post.php:1.2.8.1 xoops2jp/html/include/comment_post.php:1.2.8.2
--- xoops2jp/html/include/comment_post.php:1.2.8.1	Wed Oct 19 02:19:03 2005
+++ xoops2jp/html/include/comment_post.php	Mon Feb 20 19:52:44 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: comment_post.php,v 1.2.8.1 2005/10/18 17:19:03 minahito Exp $
+// $Id: comment_post.php,v 1.2.8.2 2006/02/20 10:52:44 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -34,6 +34,9 @@
 }
 include_once XOOPS_ROOT_PATH.'/language/'.$xoopsConfig['language'].'/comment.php';
 include_once XOOPS_ROOT_PATH.'/include/comment_constants.php';
+
+require_once XOOPS_ROOT_PATH . "/modules/system/constants.php";
+
 $com_id = isset($_POST['com_id']) ? intval($_POST['com_id']) : 0;
 $extra_params = '';
 if ('system' == $xoopsModule->getVar('dirname')) {


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