[xoops-cvslog 5041] CVS update: xoops2jp/html/class/smarty/plugins

Back to archive index

Minahito minah****@users*****
2006年 10月 14日 (土) 20:30:36 JST


Index: xoops2jp/html/class/smarty/plugins/modifier.xoops_user.php
diff -u xoops2jp/html/class/smarty/plugins/modifier.xoops_user.php:1.1.2.3 xoops2jp/html/class/smarty/plugins/modifier.xoops_user.php:1.1.2.3.2.1
--- xoops2jp/html/class/smarty/plugins/modifier.xoops_user.php:1.1.2.3	Thu Nov 24 18:30:58 2005
+++ xoops2jp/html/class/smarty/plugins/modifier.xoops_user.php	Sat Oct 14 20:30:36 2006
@@ -15,7 +15,7 @@
 	$handler=&xoops_gethandler('member');
 	$user=&$handler->getUser(intval($uid));
 	if(is_object($user)&&$user->isActive()) {
-		return $user->getVar($key);
+		return $user->getShow($key);
 	}
 
 	return null;


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