[xoops-cvslog 5316] CVS update: xoops2jp/html/modules/legacy/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 02:18:39 JST


Index: xoops2jp/html/modules/legacy/admin/forms/BlockEditForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/BlockEditForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/BlockEditForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/BlockEditForm.class.php:1.1.2.2	Sun Oct 15 01:03:00 2006
+++ xoops2jp/html/modules/legacy/admin/forms/BlockEditForm.class.php	Sun Oct 15 02:18:39 2006
@@ -9,7 +9,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.BlockEditForm.TOKEN" . $this->get('bid');
+		return "module.legacy.BlockEditForm.TOKEN" . $this->get('bid');
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/admin/forms/CustomBlockEditForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/CustomBlockEditForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/CustomBlockEditForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/CustomBlockEditForm.class.php:1.1.2.2	Sun Oct 15 01:07:09 2006
+++ xoops2jp/html/modules/legacy/admin/forms/CustomBlockEditForm.class.php	Sun Oct 15 02:18:39 2006
@@ -12,7 +12,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.CustomBlockEditForm.TOKEN" . $this->get('bid');
+		return "module.legacy.CustomBlockEditForm.TOKEN" . $this->get('bid');
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/admin/forms/ImageAdminEditForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/ImageAdminEditForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/ImageAdminEditForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/ImageAdminEditForm.class.php:1.1.2.2	Sun Oct 15 01:08:02 2006
+++ xoops2jp/html/modules/legacy/admin/forms/ImageAdminEditForm.class.php	Sun Oct 15 02:18:39 2006
@@ -16,7 +16,7 @@
 	
 	function getTokenName()
 	{
-		return "module.base.ImageAdminEditForm.TOKEN" . $this->get('image_id');
+		return "module.legacy.ImageAdminEditForm.TOKEN" . $this->get('image_id');
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/admin/forms/BlockInstallEditForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/BlockInstallEditForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/BlockInstallEditForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/BlockInstallEditForm.class.php:1.1.2.2	Sun Oct 15 01:03:46 2006
+++ xoops2jp/html/modules/legacy/admin/forms/BlockInstallEditForm.class.php	Sun Oct 15 02:18:39 2006
@@ -12,7 +12,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.BlockInstallEditForm.TOKEN" . $this->get('bid');
+		return "module.legacy.BlockInstallEditForm.TOKEN" . $this->get('bid');
 	}
 	
 	function update(&$obj)
Index: xoops2jp/html/modules/legacy/admin/forms/CustomBlockDeleteForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/CustomBlockDeleteForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/CustomBlockDeleteForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/CustomBlockDeleteForm.class.php:1.1.2.2	Sun Oct 15 01:06:46 2006
+++ xoops2jp/html/modules/legacy/admin/forms/CustomBlockDeleteForm.class.php	Sun Oct 15 02:18:39 2006
@@ -13,7 +13,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.CustomBlockDeleteForm.TOKEN" . $this->get('bid');
+		return "module.legacy.CustomBlockDeleteForm.TOKEN" . $this->get('bid');
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/admin/forms/BlockUninstallForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/BlockUninstallForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/BlockUninstallForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/BlockUninstallForm.class.php:1.1.2.2	Sun Oct 15 01:04:35 2006
+++ xoops2jp/html/modules/legacy/admin/forms/BlockUninstallForm.class.php	Sun Oct 15 02:18:39 2006
@@ -12,7 +12,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.BlockUninstallForm.TOKEN" . $this->get('bid');
+		return "module.legacy.BlockUninstallForm.TOKEN" . $this->get('bid');
 	}
 
 	function update(&$obj)
Index: xoops2jp/html/modules/legacy/admin/forms/ImageAdminDeleteForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/ImageAdminDeleteForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/ImageAdminDeleteForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/ImageAdminDeleteForm.class.php:1.1.2.2	Sun Oct 15 01:07:32 2006
+++ xoops2jp/html/modules/legacy/admin/forms/ImageAdminDeleteForm.class.php	Sun Oct 15 02:18:39 2006
@@ -13,7 +13,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.ImageAdminDeleteForm.TOKEN" . $this->get('image_id');
+		return "module.legacy.ImageAdminDeleteForm.TOKEN" . $this->get('image_id');
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/admin/forms/CommentAdminEditForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/CommentAdminEditForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/CommentAdminEditForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/CommentAdminEditForm.class.php:1.1.2.2	Sun Oct 15 01:05:31 2006
+++ xoops2jp/html/modules/legacy/admin/forms/CommentAdminEditForm.class.php	Sun Oct 15 02:18:39 2006
@@ -12,7 +12,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.CommentAdminEditForm.TOKEN" . $this->get('com_id');
+		return "module.legacy.CommentAdminEditForm.TOKEN" . $this->get('com_id');
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php:1.1.2.2	Sun Oct 15 01:05:00 2006
+++ xoops2jp/html/modules/legacy/admin/forms/CommentAdminDeleteForm.class.php	Sun Oct 15 02:18:39 2006
@@ -15,7 +15,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.XoopscommentsAdminDeleteForm.TOKEN" . $this->get('com_id');
+		return "module.legacy.XoopscommentsAdminDeleteForm.TOKEN" . $this->get('com_id');
 	}
 
 	function prepare()
Index: xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php
diff -u xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php:1.1.2.2 xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php:1.1.2.3
--- xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php:1.1.2.2	Sun Oct 15 01:04:22 2006
+++ xoops2jp/html/modules/legacy/admin/forms/BlockListForm.class.php	Sun Oct 15 02:18:39 2006
@@ -16,7 +16,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.BlockListForm.TOKEN";
+		return "module.legacy.BlockListForm.TOKEN";
 	}
 
 	function prepare()


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