Minahito
minah****@users*****
2006年 10月 7日 (土) 18:26:15 JST
Index: xoops2jp/html/core/XCube_Property.class.php diff -u xoops2jp/html/core/XCube_Property.class.php:1.1.2.3 xoops2jp/html/core/XCube_Property.class.php:1.1.2.4 --- xoops2jp/html/core/XCube_Property.class.php:1.1.2.3 Sat Oct 7 17:43:12 2006 +++ xoops2jp/html/core/XCube_Property.class.php Sat Oct 7 18:26:15 2006 @@ -1,7 +1,7 @@ <?php /** * @package XCube - * @version $Id: XCube_Property.class.php,v 1.1.2.3 2006/10/07 08:43:12 minahito Exp $ + * @version $Id: XCube_Property.class.php,v 1.1.2.4 2006/10/07 09:26:15 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -191,7 +191,7 @@ $this->_set($t_key, $t_value); } } - else { + elseif ($arg1 !== null && $arg2 !== null) { $this->_set($arg1, $arg2); } }