[xoops-cvslog 5588] CVS update: xoops2jp/html

Back to archive index

Minahito minah****@users*****
2006年 11月 2日 (木) 23:11:11 JST


Index: xoops2jp/html/mainfile.dist.php
diff -u xoops2jp/html/mainfile.dist.php:1.2.8.2 xoops2jp/html/mainfile.dist.php:1.2.8.2.2.1
--- xoops2jp/html/mainfile.dist.php:1.2.8.2	Sun Sep 17 11:54:03 2006
+++ xoops2jp/html/mainfile.dist.php	Thu Nov  2 23:11:11 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: mainfile.dist.php,v 1.2.8.2 2006/09/17 02:54:03 minahito Exp $
+// $Id: mainfile.dist.php,v 1.2.8.2.2.1 2006/11/02 14:11:11 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -74,7 +74,7 @@
     define("XOOPS_GROUP_USERS", "2");
     define("XOOPS_GROUP_ANONYMOUS", "3");
 
-    if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
+    if (XOOPS_ROOT_PATH != '') {
         include XOOPS_ROOT_PATH."/include/common.php";
     }
 }


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