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

Back to archive index

NobuNobu nobun****@users*****
2006年 8月 1日 (火) 17:25:16 JST


Index: xoops2jp/html/kernel/object.php
diff -u xoops2jp/html/kernel/object.php:1.2.8.11 xoops2jp/html/kernel/object.php:1.2.8.12
--- xoops2jp/html/kernel/object.php:1.2.8.11	Wed Jul  5 11:37:54 2006
+++ xoops2jp/html/kernel/object.php	Tue Aug  1 17:25:16 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: object.php,v 1.2.8.11 2006/07/05 02:37:54 minahito Exp $
+// $Id: object.php,v 1.2.8.12 2006/08/01 08:25:16 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -396,7 +396,7 @@
             }
             break;
         case XOBJ_DTYPE_ARRAY:
-            $ret =& unserialize($ret);
+            $ret = unserialize($ret);
             break;
         case XOBJ_DTYPE_SOURCE:
             switch (strtolower($format)) {


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