[xoops-cvslog 6550] CVS update: xoops2jp/html/modules/system/admin

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:34:20 JST


Index: xoops2jp/html/modules/system/admin/groupperm.php
diff -u xoops2jp/html/modules/system/admin/groupperm.php:1.2 xoops2jp/html/modules/system/admin/groupperm.php:1.2.24.1
--- xoops2jp/html/modules/system/admin/groupperm.php:1.2	Fri Mar 18 21:52:38 2005
+++ xoops2jp/html/modules/system/admin/groupperm.php	Mon Apr 30 16:34:20 2007
@@ -1,9 +1,15 @@
 <?php
-// $Id: groupperm.php,v 1.2 2005/03/18 12:52:38 onokazu Exp $
+// $Id: groupperm.php,v 1.2.24.1 2007/04/30 07:34:20 nobunobu Exp $
 
 include '../../../include/cp_header.php';
 $modid = isset($_POST['modid']) ? intval($_POST['modid']) : 0;
 
+//
+// Load Message catalog
+//
+$root =& XCube_Root::getSingleton();
+$root->mLanguageManager->loadModuleAdminMessageCatalog('legacy');
+
 // we dont want system module permissions to be changed here
 if ($modid <= 1 || !is_object($xoopsUser) || !$xoopsUser->isAdmin($modid)) {
 	redirect_header(XOOPS_URL.'/index.php', 1, _NOPERM);


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る