[xoops-cvslog 5018] CVS update: xoops2jp/html/modules/stdCache

Back to archive index

Minahito minah****@users*****
2006年 10月 14日 (土) 13:53:12 JST


Index: xoops2jp/html/modules/stdCache/xoops_version.php
diff -u xoops2jp/html/modules/stdCache/xoops_version.php:1.1.2.3 xoops2jp/html/modules/stdCache/xoops_version.php:1.1.2.3.2.1
--- xoops2jp/html/modules/stdCache/xoops_version.php:1.1.2.3	Wed Aug  9 18:36:12 2006
+++ xoops2jp/html/modules/stdCache/xoops_version.php	Sat Oct 14 13:53:12 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: xoops_version.php,v 1.1.2.3 2006/08/09 09:36:12 minahito Exp $
+// $Id: xoops_version.php,v 1.1.2.3.2.1 2006/10/14 04:53:12 minahito Exp $
 
 $modversion['name'] = _MI_STDCACHE_NAME;
 $modversion['version'] = 1.00;
@@ -26,7 +26,7 @@
 $modversion['blocks'][1]['file'] = "cacheclear.php";
 $modversion['blocks'][1]['name'] = _MI_STDCACHE_BLOCK_CACHECLEAR;
 $modversion['blocks'][1]['description'] = "Clear cache";
-$modversion['blocks'][1]['show_func'] = "Stdcache_cacheclear_show";
+$modversion['blocks'][1]['class'] = "CacheclearBlock";
 $modversion['blocks'][1]['template'] = 'stdcache_block_cacheclear.html';
 
 ?>


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