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

アーカイブの一覧に戻る

onokazu onoka****@users*****
2006年 5月 1日 (月) 11:37:29 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.6
--- 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	Mon May  1 11:37:29 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.6 2006/05/01 02:37:29 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 メーリングリストの案内
アーカイブの一覧に戻る