[xoops-cvslog 4614] CVS update: xoops2jp/html/modules/base/actions

Back to archive index

Minahito minah****@users*****
2006年 9月 25日 (月) 18:34:29 JST


Index: xoops2jp/html/modules/base/actions/NotifyListAction.class.php
diff -u xoops2jp/html/modules/base/actions/NotifyListAction.class.php:1.1.2.1 xoops2jp/html/modules/base/actions/NotifyListAction.class.php:1.1.2.2
--- xoops2jp/html/modules/base/actions/NotifyListAction.class.php:1.1.2.1	Wed Jul 26 19:53:00 2006
+++ xoops2jp/html/modules/base/actions/NotifyListAction.class.php	Mon Sep 25 18:34:29 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: NotifyListAction.class.php,v 1.1.2.1 2006/07/26 10:53:00 minahito Exp $
+ * @version $Id: NotifyListAction.class.php,v 1.1.2.2 2006/09/25 09:34:29 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -29,7 +29,7 @@
 		$this->mActionForm->prepare();
 	}
 	
-	function hasPerm(&$controller, &$xoopsUser)
+	function hasPermission(&$controller, &$xoopsUser)
 	{
 		return is_object($xoopsUser);
 	}
Index: xoops2jp/html/modules/base/actions/ImageUploadAction.class.php
diff -u xoops2jp/html/modules/base/actions/ImageUploadAction.class.php:1.1.2.3 xoops2jp/html/modules/base/actions/ImageUploadAction.class.php:1.1.2.4
--- xoops2jp/html/modules/base/actions/ImageUploadAction.class.php:1.1.2.3	Thu Jul 20 17:19:34 2006
+++ xoops2jp/html/modules/base/actions/ImageUploadAction.class.php	Mon Sep 25 18:34:29 2006
@@ -37,7 +37,7 @@
 		$this->mActionForm->prepare();
 	}
 	
-	function hasPerm(&$controller, &$xoopsUser)
+	function hasPermission(&$controller, &$xoopsUser)
 	{
 		$groups = array();
 		if (is_object($xoopsUser)) {
Index: xoops2jp/html/modules/base/actions/MiscFriendAction.class.php
diff -u xoops2jp/html/modules/base/actions/MiscFriendAction.class.php:1.1.2.2 xoops2jp/html/modules/base/actions/MiscFriendAction.class.php:1.1.2.3
--- xoops2jp/html/modules/base/actions/MiscFriendAction.class.php:1.1.2.2	Sun Aug  6 00:58:33 2006
+++ xoops2jp/html/modules/base/actions/MiscFriendAction.class.php	Mon Sep 25 18:34:29 2006
@@ -15,7 +15,7 @@
 	var $mActionForm = null;
 	var $mMailer = null;
 	
-	function hasPerm(&$controller, &$xoopsUser)
+	function hasPermission(&$controller, &$xoopsUser)
 	{
 		return is_object($xoopsUser);
 	}
Index: xoops2jp/html/modules/base/actions/SearchResultsAction.class.php
diff -u xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.9 xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.10
--- xoops2jp/html/modules/base/actions/SearchResultsAction.class.php:1.1.2.9	Fri Sep  1 12:21:24 2006
+++ xoops2jp/html/modules/base/actions/SearchResultsAction.class.php	Mon Sep 25 18:34:29 2006
@@ -33,7 +33,7 @@
 		$this->mActionForm->prepare();
 	}
 	
-	function hasPerm(&$controller, &$xoopsUser)
+	function hasPermission(&$controller, &$xoopsUser)
 	{
 		if ($this->mConfig['enable_search'] != 1) {
 			$controller->executeRedirect(XOOPS_URL, 3, _MD_BASE_ERROR_SEARCH_NOT_ENABLED);
Index: xoops2jp/html/modules/base/actions/NotifyDeleteAction.class.php
diff -u xoops2jp/html/modules/base/actions/NotifyDeleteAction.class.php:1.1.2.1 xoops2jp/html/modules/base/actions/NotifyDeleteAction.class.php:1.1.2.2
--- xoops2jp/html/modules/base/actions/NotifyDeleteAction.class.php:1.1.2.1	Wed Jul 26 19:53:00 2006
+++ xoops2jp/html/modules/base/actions/NotifyDeleteAction.class.php	Mon Sep 25 18:34:29 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: NotifyDeleteAction.class.php,v 1.1.2.1 2006/07/26 10:53:00 minahito Exp $
+ * @version $Id: NotifyDeleteAction.class.php,v 1.1.2.2 2006/09/25 09:34:29 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -30,7 +30,7 @@
 		$this->mActionForm->prepare();
 	}
 
-	function hasPerm(&$controller, &$xoopsUser)
+	function hasPermission(&$controller, &$xoopsUser)
 	{
 		return is_object($xoopsUser);
 	}


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