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

Back to archive index

Minahito minah****@users*****
2006年 2月 3日 (金) 11:41:34 JST


Index: xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php
diff -u xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php:1.1.2.3 xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php:1.1.2.4
--- xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php:1.1.2.3	Fri Feb  3 02:00:35 2006
+++ xoops2jp/html/modules/base/kernel/MiscEventFunctions.class.php	Fri Feb  3 11:41:34 2006
@@ -1,13 +1,12 @@
 <?php
 /**
- * @version $Id: MiscEventFunctions.class.php,v 1.1.2.3 2006/02/02 17:00:35 minahito Exp $
+ * @version $Id: MiscEventFunctions.class.php,v 1.1.2.4 2006/02/03 02:41:34 minahito Exp $
  */
 
 class Legacy_MiscEventFunction
 {
 	function AccessToMisc(&$controller,$eventArgs)
 	{
-		require_once XOOPS_BASE_PATH . "/class/MiscActionFrame.class.php";
 		require_once XOOPS_BASE_PATH . "/class/ActionFrame.class.php";
 
 		$actionName = isset($_GET['type']) ? trim($_GET['type']) : "Smilies";


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