[xoops-cvslog 4107] CVS update: xoops2jp/html/modules/base/kernel

Back to archive index

Minahito minah****@users*****
2006年 8月 12日 (土) 11:32:31 JST


Index: xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php
diff -u xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.10 xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.11
--- xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php:1.1.2.10	Fri Aug  4 13:36:39 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_EventFunctions.class.php	Sat Aug 12 11:32:31 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacy
- * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.10 2006/08/04 04:36:39 minahito Exp $
+ * @version $Id: Legacy_EventFunctions.class.php,v 1.1.2.11 2006/08/12 02:32:31 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -121,7 +121,7 @@
 	}
 	
 	/**
-	 * This functions is add to 'Legacyfunction.Notificatins.Select'.
+	 * This functions is add to 'Legacyfunction.Notifications.Select'.
 	 * 
 	 * @param XCube_RenderBuffer $render
 	 */
Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php
diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.64 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.65
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.64	Tue Aug  8 16:46:08 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Sat Aug 12 11:32:31 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: Legacy_Controller.class.php,v 1.1.2.64 2006/08/08 07:46:08 minahito Exp $
+ * @version $Id: Legacy_Controller.class.php,v 1.1.2.65 2006/08/12 02:32:31 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -751,7 +751,7 @@
 		$file = XOOPS_ROOT_PATH . "/modules/base/kernel/Legacy_EventFunctions.class.php";
 		
 		$delegateManager->add('Legacypage.Notifications.Access', 'Legacy_EventFunction::notifications', $file);
-		$delegateManager->add('Legacyfunction.Notificatins.Select', 'Legacy_EventFunction::notifications_select', $file);
+		$delegateManager->add('Legacyfunction.Notifications.Select', 'Legacy_EventFunction::notifications_select', $file);
 		$delegateManager->add('Legacypage.Search.Access', 'Legacy_EventFunction::search', $file);
 		$delegateManager->add('Legacypage.Imagemanager.Access', 'Legacy_EventFunction::imageManager', $file);
 		$delegateManager->add('Legacypage.Backend.Access', 'Legacy_EventFunction::backend', $file);


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