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

Back to archive index

Minahito minah****@users*****
2006年 7月 19日 (水) 19:25:14 JST


Index: xoops2jp/html/lostpass.php
diff -u xoops2jp/html/lostpass.php:1.2.8.2 xoops2jp/html/lostpass.php:1.2.8.3
--- xoops2jp/html/lostpass.php:1.2.8.2	Tue Nov  8 18:49:29 2005
+++ xoops2jp/html/lostpass.php	Wed Jul 19 19:25:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: lostpass.php,v 1.2.8.2 2005/11/08 09:49:29 minahito Exp $
+// $Id: lostpass.php,v 1.2.8.3 2006/07/19 10:25:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                  Copyright (c) 2000 XOOPSCube.org                         //
@@ -28,7 +28,7 @@
 require_once "mainfile.php";
 
 $root=&XCube_Root::getSingleton();
-$eventArgs=array();
-$root->mEventManager->raiseEvent("Legacypage.Lostpass.Access",$root->mController,$eventArgs);
+
+XCube_DelegateUtils::call("Legacypage.Lostpass.Access");
 
 ?>
\ No newline at end of file
Index: xoops2jp/html/edituser.php
diff -u xoops2jp/html/edituser.php:1.2.8.4 xoops2jp/html/edituser.php:1.2.8.5
--- xoops2jp/html/edituser.php:1.2.8.4	Tue Nov  8 18:49:24 2005
+++ xoops2jp/html/edituser.php	Wed Jul 19 19:25:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: edituser.php,v 1.2.8.4 2005/11/08 09:49:24 minahito Exp $
+// $Id: edituser.php,v 1.2.8.5 2006/07/19 10:25:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                  Copyright (c) 2000 XOOPSCube.org                         //
@@ -27,8 +27,6 @@
 
 require_once "mainfile.php";
 
-$root=&XCube_Root::getSingleton();
-$eventArgs=array();
-$root->mEventManager->raiseEvent("Legacypage.Edituser.Access",$root->mController,$eventArgs);
+XCube_DelegateUtils::call("Legacypage.Edituser.Access");
 
 ?>
Index: xoops2jp/html/register.php
diff -u xoops2jp/html/register.php:1.2.8.2 xoops2jp/html/register.php:1.2.8.3
--- xoops2jp/html/register.php:1.2.8.2	Wed Nov  9 20:54:36 2005
+++ xoops2jp/html/register.php	Wed Jul 19 19:25:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: register.php,v 1.2.8.2 2005/11/09 11:54:36 minahito Exp $
+// $Id: register.php,v 1.2.8.3 2006/07/19 10:25:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                  Copyright (c) 2000 XOOPSCube.org                         //
@@ -27,8 +27,6 @@
 
 require_once "mainfile.php";
 
-$root=&XCube_Root::getSingleton();
-$eventArgs=array();
-$root->mEventManager->raiseEvent("Legacypage.Register.Access",$root->mController,$eventArgs);
+XCube_DelegateUtils::call("Legacypage.Register.Access");
 
 ?>
Index: xoops2jp/html/user.php
diff -u xoops2jp/html/user.php:1.2.8.5 xoops2jp/html/user.php:1.2.8.6
--- xoops2jp/html/user.php:1.2.8.5	Tue Nov  8 18:49:39 2005
+++ xoops2jp/html/user.php	Wed Jul 19 19:25:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: user.php,v 1.2.8.5 2005/11/08 09:49:39 minahito Exp $
+// $Id: user.php,v 1.2.8.6 2006/07/19 10:25:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -28,7 +28,7 @@
 require_once "mainfile.php";
 
 $root=&XCube_Root::getSingleton();
-$eventArgs=array();
-$root->mEventManager->raiseEvent("Legacypage.User.Access",$root->mController,$eventArgs);
+
+XCube_DelegateUtils::call("Legacypage.User.Access");
 
 ?>
\ No newline at end of file
Index: xoops2jp/html/userinfo.php
diff -u xoops2jp/html/userinfo.php:1.2.8.3 xoops2jp/html/userinfo.php:1.2.8.4
--- xoops2jp/html/userinfo.php:1.2.8.3	Tue Nov  8 18:49:43 2005
+++ xoops2jp/html/userinfo.php	Wed Jul 19 19:25:14 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: userinfo.php,v 1.2.8.3 2005/11/08 09:49:43 minahito Exp $
+// $Id: userinfo.php,v 1.2.8.4 2006/07/19 10:25:14 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                  Copyright (c) 2000 XOOPSCube.org                         //
@@ -27,8 +27,6 @@
 
 require_once "mainfile.php";
 
-$root=&XCube_Root::getSingleton();
-$eventArgs=array();
-$root->mEventManager->raiseEvent("Legacypage.Userinfo.Access",$root->mController,$eventArgs);
+XCube_DelegateUtils::call("Legacypage.Userinfo.Access");
 
-?>
\ No newline at end of file
+?>


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