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

Back to archive index

Minahito minah****@users*****
2007年 4月 25日 (水) 17:54:45 JST


Index: xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7.2.1.2.1 xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7.2.1.2.2
--- xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.7.2.1.2.1	Wed Apr 25 17:45:46 2007
+++ xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php	Wed Apr 25 17:54:45 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserEditAction.class.php,v 1.1.2.7.2.1.2.1 2007/04/25 08:45:46 minahito Exp $
+ * @version $Id: UserEditAction.class.php,v 1.1.2.7.2.1.2.2 2007/04/25 08:54:45 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -43,12 +43,6 @@
 		}
 	}
 	
-	function _doExecute()
-	{
-		$this->mObject->updateRank();
-		return parent::_doExecute();
-	}
-	
 	function executeViewInput(&$controller, &$xoopsUser, &$render)
 	{
 		$render->setTemplateName("user_edit.html");


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