[xoops-cvslog 6549] CVS update: xoops2jp/html/modules/system/admin/findusers

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:34:17 JST


Index: xoops2jp/html/modules/system/admin/findusers/main.php
diff -u xoops2jp/html/modules/system/admin/findusers/main.php:1.6 xoops2jp/html/modules/system/admin/findusers/main.php:1.6.8.1
--- xoops2jp/html/modules/system/admin/findusers/main.php:1.6	Mon May  1 11:37:29 2006
+++ xoops2jp/html/modules/system/admin/findusers/main.php	Mon Apr 30 16:34:17 2007
@@ -1,5 +1,5 @@
 <?php
-// $Id: main.php,v 1.6 2006/05/01 02:37:29 onokazu Exp $
+// $Id: main.php,v 1.6.8.1 2007/04/30 07:34:17 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -360,7 +360,7 @@
         $criteria->setOrder($order);
         $criteria->setLimit($limit);
         $criteria->setStart($start);
-        $foundusers = $member_handler->getUsers($criteria, true);
+        $foundusers =& $member_handler->getUsers($criteria, true);
         $ucount = 0;
         foreach (array_keys($foundusers) as $j) {
             if ($ucount % 2 == 0) {


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