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

Back to archive index

NobuNobu nobun****@users*****
2006年 12月 3日 (日) 00:55:28 JST


Index: xoops2jp/html/kernel/comment.php
diff -u xoops2jp/html/kernel/comment.php:1.2.8.3 xoops2jp/html/kernel/comment.php:1.2.8.3.2.1
--- xoops2jp/html/kernel/comment.php:1.2.8.3	Tue May 16 22:25:07 2006
+++ xoops2jp/html/kernel/comment.php	Sun Dec  3 00:55:28 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: comment.php,v 1.2.8.3 2006/05/16 13:25:07 nobunobu Exp $
+// $Id: comment.php,v 1.2.8.3.2.1 2006/12/02 15:55:28 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -391,7 +391,8 @@
             $criteria->add(new Criteria('com_status', intval($status)));
         }
         $criteria->setOrder($order);
-        return $this->getObjects($criteria);
+        $ret =& $this->getObjects($criteria);
+        return $ret;
     }
 
     /**


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