Minahito
minah****@users*****
2006年 10月 7日 (土) 17:39:52 JST
Index: xoops2jp/html/core/XCube_Property.class.php diff -u xoops2jp/html/core/XCube_Property.class.php:1.1.2.1 xoops2jp/html/core/XCube_Property.class.php:1.1.2.2 --- xoops2jp/html/core/XCube_Property.class.php:1.1.2.1 Fri Sep 29 17:13:22 2006 +++ xoops2jp/html/core/XCube_Property.class.php Sat Oct 7 17:39:52 2006 @@ -1,7 +1,7 @@ <?php /** * @package XCube - * @version $Id: XCube_Property.class.php,v 1.1.2.1 2006/09/29 08:13:22 minahito Exp $ + * @version $Id: XCube_Property.class.php,v 1.1.2.2 2006/10/07 08:39:52 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -408,15 +408,14 @@ return true; } - function fetch($key = null) + function fetch(&$form) { if (!is_object($this->mValue)) { return false; } - $this->mValue->mKey = $key; - $this->mValue->fetch(); + if (!$this->mValue->hasUploadFile()) { $this->mValue = null; }