[xoops-cvslog 3226] CVS update: xoops2jp/html/modules/base/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 5月 29日 (月) 17:51:08 JST


Index: xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php
diff -u xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php:1.1.2.3
--- xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php:1.1.2.2	Tue Apr 11 10:50:59 2006
+++ xoops2jp/html/modules/base/admin/actions/CustomBlockEditAction.class.php	Mon May 29 17:51:08 2006
@@ -42,11 +42,11 @@
 		$handler =& xoops_gethandler('module');
 		$moduleArr[0] =& $handler->create();
 		$moduleArr[0]->set('mid', -1);
-		$moduleArr[0]->set('name', _AD_BASE_LANG_ALL_MODULES);
+		$moduleArr[0]->set('name', _AD_BASE_LANG_TOPPAGE);
 		
 		$moduleArr[1] =& $handler->create();
 		$moduleArr[1]->set('mid', 0);
-		$moduleArr[1]->set('name', _AD_BASE_LANG_TOPPAGE);
+		$moduleArr[1]->set('name', _AD_BASE_LANG_ALL_MODULES);
 
 		$criteria =& new CriteriaCompo();
 		$criteria->add(new Criteria('hasmain', 1));


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