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

Back to archive index

Minahito minah****@users*****
2006年 11月 7日 (火) 16:31:23 JST


Index: xoops2jp/html/modules/stdCache/xoops_version.php
diff -u xoops2jp/html/modules/stdCache/xoops_version.php:1.1.2.3.2.2 xoops2jp/html/modules/stdCache/xoops_version.php:1.1.2.3.2.3
--- xoops2jp/html/modules/stdCache/xoops_version.php:1.1.2.3.2.2	Thu Nov  2 16:39:49 2006
+++ xoops2jp/html/modules/stdCache/xoops_version.php	Tue Nov  7 16:31:23 2006
@@ -1,8 +1,8 @@
 <?php
-// $Id: xoops_version.php,v 1.1.2.3.2.2 2006/11/02 07:39:49 minahito Exp $
+// $Id: xoops_version.php,v 1.1.2.3.2.3 2006/11/07 07:31:23 minahito Exp $
 
 $modversion['name'] = _MI_STDCACHE_NAME;
-$modversion['version'] = 2.01;
+$modversion['version'] = 2.02;
 $modversion['description'] = _MI_STDCACHE_NAME_DESC;
 $modversion['author'] = "";
 $modversion['credits'] = "The XOOPS Cube Project";
@@ -23,10 +23,12 @@
 $modversion['hasMain'] = 0;
 
 // Blocks
+$modversion['blocks'][1]['func_num'] = 1;
 $modversion['blocks'][1]['file'] = "cacheclear.php";
 $modversion['blocks'][1]['name'] = _MI_STDCACHE_BLOCK_CACHECLEAR;
 $modversion['blocks'][1]['description'] = "Clear cache";
 $modversion['blocks'][1]['class'] = "CacheclearBlock";
 $modversion['blocks'][1]['template'] = 'stdcache_block_cacheclear.html';
+$modversion['blocks'][1]['options'] = '60';
 
 ?>


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