[xoops-cvslog 2336] CVS update: xoops2jp/html/class/xoopsform

Back to archive index

NobuNobu nobun****@users*****
2006年 2月 18日 (土) 23:51:46 JST


Index: xoops2jp/html/class/xoopsform/form.php
diff -u xoops2jp/html/class/xoopsform/form.php:1.2.8.1 xoops2jp/html/class/xoopsform/form.php:1.2.8.2
--- xoops2jp/html/class/xoopsform/form.php:1.2.8.1	Wed Oct 19 02:18:33 2005
+++ xoops2jp/html/class/xoopsform/form.php	Sat Feb 18 23:51:46 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: form.php,v 1.2.8.1 2005/10/18 17:18:33 minahito Exp $
+// $Id: form.php,v 1.2.8.2 2006/02/18 14:51:46 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -319,8 +319,11 @@
      */
     function &getExtra(){
         if (isset($this->_extra)) {
-            return $this->_extra;
+            $ret =& $this->_extra;
+        } else {
+	    	$ret = '';
         }
+        return $ret;
     }
 
     /**


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