[xoops-cvslog 3732] CVS update: xoops2jp/html

Back to archive index

Minahito minah****@users*****
2006年 7月 27日 (木) 18:37:57 JST


Index: xoops2jp/html/imagemanager.php
diff -u xoops2jp/html/imagemanager.php:1.2.8.3 xoops2jp/html/imagemanager.php:1.2.8.4
--- xoops2jp/html/imagemanager.php:1.2.8.3	Tue May 30 12:59:32 2006
+++ xoops2jp/html/imagemanager.php	Thu Jul 27 18:37:56 2006
@@ -2,18 +2,13 @@
 /**
  * This file was full scratched in XOOPS Cube Legacy project.
  * 
- * @version $Id: imagemanager.php,v 1.2.8.3 2006/05/30 03:59:32 minahito Exp $
+ * @package Legacy
+ * @version $Id: imagemanager.php,v 1.2.8.4 2006/07/27 09:37:56 minahito Exp $
  */
 
 require_once "mainfile.php";
-require_once "./header.php";
+require_once XOOPS_ROOT_PATH . "/header.php";
 
-//
-// This is old page controller in Xoops 2.0.x
-// Raise event "Legacypage.Imagemanager.Access"
-//
-$root=&XCube_Root::getSingleton();
-$eventArgs = array();
-$root->mEventManager->raiseEvent("Legacypage.Imagemanager.Access", $root->mController, $eventArgs);
+XCube_DelegateUtils::call('Legacypage.Imagemanager.Access');
 
 ?>
\ No newline at end of file


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