[xoops-cvslog 2848] CVS update: xoops2jp/html/kernel

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 4月 21日 (金) 12:02:06 JST


Index: xoops2jp/html/kernel/user.php
diff -u xoops2jp/html/kernel/user.php:1.2.8.3 xoops2jp/html/kernel/user.php:1.2.8.4
--- xoops2jp/html/kernel/user.php:1.2.8.3	Sun Nov 13 17:27:20 2005
+++ xoops2jp/html/kernel/user.php	Fri Apr 21 12:02:06 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: user.php,v 1.2.8.3 2005/11/13 08:27:20 minahito Exp $
+// $Id: user.php,v 1.2.8.4 2006/04/21 03:02:06 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -183,7 +183,7 @@
     {
         if (empty($this->_groups)) {
             $member_handler =& xoops_gethandler('member');
-            $this->_groups =& $member_handler->getGroupsByUser($this->getVar('uid'));
+            $this->_groups = $member_handler->getGroupsByUser($this->getVar('uid'));
         }
         return $this->_groups;
     }


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index