Minahito
minah****@users*****
2006年 7月 27日 (木) 18:38:19 JST
Index: xoops2jp/html/search.php diff -u xoops2jp/html/search.php:1.2.8.2 xoops2jp/html/search.php:1.2.8.3 --- xoops2jp/html/search.php:1.2.8.2 Sat May 27 22:11:01 2006 +++ xoops2jp/html/search.php Thu Jul 27 18:38:19 2006 @@ -2,7 +2,7 @@ /** * This file was full scratched in XOOPS Cube Legacy project. * - * @version $Id: search.php,v 1.2.8.2 2006/05/27 13:11:01 minahito Exp $ + * @version $Id: search.php,v 1.2.8.3 2006/07/27 09:38:19 minahito Exp $ */ require_once "mainfile.php"; @@ -12,8 +12,6 @@ // This is old page controller in Xoops 2.0.x // Raise event "Legacypage.Search.Access" // -$root=&XCube_Root::getSingleton(); -$eventArgs = array(); -$root->mEventManager->raiseEvent("Legacypage.Search.Access", $root->mController, $eventArgs); +XCube_DelegateUtils::call('Legacypage.Search.Access'); ?> \ No newline at end of file