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

Back to archive index

Minahito minah****@users*****
2006年 1月 5日 (木) 17:52:11 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.5 xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.6
--- xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php:1.1.2.5	Fri Dec 30 17:27:31 2005
+++ xoops2jp/html/modules/legacyRender/kernel/Legacy_RenderSystem.class.php	Thu Jan  5 17:52:11 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.5 2005/12/30 08:27:31 minahito Exp $
+ * @version $Id: Legacy_RenderSystem.class.php,v 1.1.2.6 2006/01/05 08:52:11 minahito Exp $
  */
 
 require_once XOOPS_ROOT_PATH."/modules/legacyRender/kernel/Legacy_RenderTarget.class.php";
@@ -129,17 +129,6 @@
 
 	function renderBlock(&$target)
 	{
-		/**
-		$cacheTime = $blockProcedure->getCacheTime();
-		if(!$cacheTime) {
-			$this->mXoopsTpl->xoops_setCaching(0);
-		}
-		else {
-            $this->mXoopsTpl->xoops_setCaching(2);
-            $this->mXoopsTpl->xoops_setCacheTime($bcachetime);
-		}
-		*/
-
 		//
 		// Temporary
 		//


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