[xoops-cvslog 5368] CVS update: xoops2jp/html/modules/legacy/kernel

Back to archive index

Minahito minah****@users*****
2006年 10月 17日 (火) 00:11:29 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php:1.1.2.1 xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php:1.1.2.1	Sat Oct 14 23:55:24 2006
+++ xoops2jp/html/modules/legacy/kernel/Legacy_BlockProcedure.class.php	Tue Oct 17 00:11:29 2006
@@ -131,6 +131,13 @@
 	{
 		return true;
 	}
+	
+	function &createCacheInfo()
+	{
+		$cacheInfo =& new Legacy_BlockCacheInformation();
+		$cacheInfo->setBlock($this);
+		return $cacheInfo;
+	}
 }
 
 /**


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