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

Back to archive index

Minahito minah****@users*****
2006年 4月 21日 (金) 12:15:31 JST


Index: xoops2jp/html/class/XCube_EventManager.class.php
diff -u xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.10 xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.11
--- xoops2jp/html/class/XCube_EventManager.class.php:1.1.2.10	Wed Apr 19 14:28:45 2006
+++ xoops2jp/html/class/XCube_EventManager.class.php	Fri Apr 21 12:15:31 2006
@@ -150,7 +150,7 @@
         if ($root->mEventManager->raiseEvent($event, $root->mController, $eventArgs)) {
             return $eventArgs;
         } else {
-			$ret = false;
+			$ret = null;
             return $ret;
         }
     }


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