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

Back to archive index

Minahito minah****@users*****
2006年 10月 1日 (日) 18:48:41 JST


Index: xoops2jp/html/modules/user/actions/UserInfoAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.9 xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.10
--- xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.9	Thu Sep 14 17:17:39 2006
+++ xoops2jp/html/modules/user/actions/UserInfoAction.class.php	Sun Oct  1 18:48:41 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserInfoAction.class.php,v 1.1.2.9 2006/09/14 08:17:39 minahito Exp $
+ * @version $Id: UserInfoAction.class.php,v 1.1.2.10 2006/10/01 09:48:41 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -93,9 +93,6 @@
 		$render->setAttribute("rank", $this->mRankObject);
 
 		$myts =& MyTextSanitizer::getInstance();
-		$userSignature = $myts->makeTareaData4Show($this->mObject->get('user_sig'), 0, 1, 1);
-		
-		$render->setAttribute('user_signature', $userSignature);
 
 		$render->setAttribute("searchResults", $this->mSearchResults);
 		


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