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

Back to archive index

NobuNobu nobun****@users*****
2006年 7月 7日 (金) 13:52:25 JST


Index: xoops2jp/html/kernel/XCube_Delegate.class.php
diff -u xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.8 xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.9
--- xoops2jp/html/kernel/XCube_Delegate.class.php:1.1.2.8	Fri Jun 30 15:06:08 2006
+++ xoops2jp/html/kernel/XCube_Delegate.class.php	Fri Jul  7 13:52:25 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: XCube_Delegate.class.php,v 1.1.2.8 2006/06/30 06:06:08 minahito Exp $
+ * @version $Id: XCube_Delegate.class.php,v 1.1.2.9 2006/07/07 04:52:25 nobunobu Exp $
  */
  
 
@@ -489,7 +489,7 @@
     {
         $args = func_get_args();
         $num = func_num_args();
-        if ($num > 2) {
+        if ($num > 1) {
             $delegateName = $args[0];
             $string = $args[1];
             if (!empty($strint) && is_string($string)) {


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