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

Back to archive index

Minahito minah****@users*****
2005年 12月 25日 (日) 00:00:14 JST


Index: xoops2jp/html/modules/user/admin/actions/UserGroupDeleteAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/UserGroupDeleteAction.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/actions/UserGroupDeleteAction.class.php:1.1.2.2
--- xoops2jp/html/modules/user/admin/actions/UserGroupDeleteAction.class.php:1.1.2.1	Thu Dec 22 20:24:47 2005
+++ xoops2jp/html/modules/user/admin/actions/UserGroupDeleteAction.class.php	Sun Dec 25 00:00:14 2005
@@ -10,6 +10,12 @@
 		return $handler;
 	}
 	
+	function &getDeleteHandler()
+	{
+		$handler =& xoops_gethandler('member');
+		return $handler;
+	}
+	
 	function getId()
 	{
 		$id = isset($_REQUEST['groupid']) ? intval($_REQUEST['groupid']) : 0;


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