[xoops-cvslog 3375] CVS update: xoops2jp/html/modules/user/preload

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 6月 27日 (火) 18:13:49 JST


Index: xoops2jp/html/modules/user/preload/Preload.class.php
diff -u xoops2jp/html/modules/user/preload/Preload.class.php:1.1.2.2 xoops2jp/html/modules/user/preload/Preload.class.php:removed
--- xoops2jp/html/modules/user/preload/Preload.class.php:1.1.2.2	Fri Jun 23 10:30:33 2006
+++ xoops2jp/html/modules/user/preload/Preload.class.php	Tue Jun 27 18:13:49 2006
@@ -1,15 +0,0 @@
-<?php
-
-if (!defined('XOOPS_ROOT_PATH')) die();
-
-class User_Preload extends XCube_ActionFilter
-{
-	function preBlockFilter()
-	{
-		require_once XOOPS_ROOT_PATH . "/modules/user/kernel/UserEventProxyRegister.class.php";
-		$this->mController->mRoot->mEventManager->addProxyRegister(new UserEventProxyRegister());
-		$this->mController->mRoot->mEventManager->add("Site.Login",new XCube_Delegate("UserCommonEventFunction","Login"));	// TODO
-	}
-}
-
-?>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index