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

Back to archive index

Minahito minah****@users*****
2006年 7月 13日 (木) 19:47:17 JST


Index: xoops2jp/html/modules/user/admin/actions/UserListAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/UserListAction.class.php:1.1.2.3 xoops2jp/html/modules/user/admin/actions/UserListAction.class.php:1.1.2.4
--- xoops2jp/html/modules/user/admin/actions/UserListAction.class.php:1.1.2.3	Sat Jul  1 13:22:31 2006
+++ xoops2jp/html/modules/user/admin/actions/UserListAction.class.php	Thu Jul 13 19:47:17 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package user
+ * @version $Id: UserListAction.class.php,v 1.1.2.4 2006/07/13 10:47:17 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -10,7 +14,7 @@
 {
 	function &_getHandler()
 	{
-		$handler =& xoops_gethandler('user');
+		$handler =& xoops_getmodulehandler('users');
 		return $handler;
 	}
 


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