[xoops-cvslog 4416] CVS update: xoops2jp/html/modules/user/actions

Back to archive index

Minahito minah****@users*****
2006年 9月 1日 (金) 12:18:07 JST


Index: xoops2jp/html/modules/user/actions/UserInfoAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.7 xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.8
--- xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.7	Fri Sep  1 12:14:29 2006
+++ xoops2jp/html/modules/user/actions/UserInfoAction.class.php	Fri Sep  1 12:18:07 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserInfoAction.class.php,v 1.1.2.7 2006/09/01 03:14:29 minahito Exp $
+ * @version $Id: UserInfoAction.class.php,v 1.1.2.8 2006/09/01 03:18:07 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -62,6 +62,7 @@
 			foreach ($moduleArr as $t_module) {
 				$module = array();
 				$module['name'] = $t_module['name'];
+				$module['mid'] = $t_module['mid'];
 				
 				$params['mid'] = $t_module['mid'];
 				$params['uid'] = $xoopsUser->get('uid');


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