Minahito
minah****@users*****
2006年 10月 19日 (木) 22:30:41 JST
Index: xoops2jp/html/core/XCube_Delegate.class.php diff -u xoops2jp/html/core/XCube_Delegate.class.php:1.1.2.2 xoops2jp/html/core/XCube_Delegate.class.php:1.1.2.3 --- xoops2jp/html/core/XCube_Delegate.class.php:1.1.2.2 Sat Oct 7 17:54:31 2006 +++ xoops2jp/html/core/XCube_Delegate.class.php Thu Oct 19 22:30:41 2006 @@ -1,6 +1,6 @@ <?php /** - * @version $Id: XCube_Delegate.class.php,v 1.1.2.2 2006/10/07 08:54:31 ryuji_amano Exp $ + * @version $Id: XCube_Delegate.class.php,v 1.1.2.3 2006/10/19 13:30:41 minahito Exp $ */ @@ -508,7 +508,7 @@ if ($num > 1) { $delegateName = $args[0]; $string = $args[1]; - if (!empty($strint) && is_string($string)) { + if (!empty($string) && is_string($string)) { return ""; } $args[1] =& new XCube_Ref($string);