[xoops-cvslog 4575] CVS update: xoops2jp/html/modules/legacyRender/kernel

Back to archive index

NobuNobu nobun****@users*****
2006年 9月 23日 (土) 14:01:18 JST


Index: xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php
diff -u xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.28 xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.29
--- xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.28	Fri Sep 15 13:03:40 2006
+++ xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php	Sat Sep 23 14:01:18 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.28 2006/09/15 04:03:40 minahito Exp $
+ * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.29 2006/09/23 05:01:18 nobunobu Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -51,7 +51,7 @@
 		// compatible
 		$GLOBALS['xoopsTpl'] =& $this->mXoopsTpl;
 		
-		$this->mXoopsTpl->xoops_setCaching(2);
+		$this->mXoopsTpl->xoops_setCaching(0);
 
 		$this->mXoopsTpl->assign(array('xoops_requesturi' => htmlspecialchars($GLOBALS['xoopsRequestUri'], ENT_QUOTES),	//@todo ?????????????
 									// set JavaScript /Weird, but need extra <script> tags for 2.0.x themes


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