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

Back to archive index

onokazu onoka****@users*****
2006年 2月 5日 (日) 14:19:53 JST


Index: xoops2jp/html/modules/system/admin/findusers/main.php
diff -u xoops2jp/html/modules/system/admin/findusers/main.php:1.5 xoops2jp/html/modules/system/admin/findusers/main.php:1.5.6.1
--- xoops2jp/html/modules/system/admin/findusers/main.php:1.5	Wed Aug  3 21:39:16 2005
+++ xoops2jp/html/modules/system/admin/findusers/main.php	Sun Feb  5 14:19:53 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: main.php,v 1.5 2005/08/03 12:39:16 onokazu Exp $
+// $Id: main.php,v 1.5.6.1 2006/02/05 05:19:53 onokazu 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