[xoops-cvslog 3836] CVS update: xoops2jp/html/modules/base/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:41:22 JST


Index: xoops2jp/html/modules/base/admin/forms/SmilesAdminDeleteForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/SmilesAdminDeleteForm.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/forms/SmilesAdminDeleteForm.class.php:1.1.2.3
--- xoops2jp/html/modules/base/admin/forms/SmilesAdminDeleteForm.class.php:1.1.2.2	Tue Mar 28 22:29:05 2006
+++ xoops2jp/html/modules/base/admin/forms/SmilesAdminDeleteForm.class.php	Tue Aug  1 19:41:22 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: SmilesAdminDeleteForm.class.php,v 1.1.2.3 2006/08/01 10:41:22 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -8,7 +12,7 @@
 {
 	function getTokenName()
 	{
-		return "module.base.SmilesAdminDeleteForm.TOKEN";
+		return "module.base.SmilesAdminDeleteForm.TOKEN" . $this->get('id');
 	}
 
 	function prepare()
@@ -21,7 +25,6 @@
 		//
 		// Set field properties
 		//
-	
 		$this->mFieldProperties['id'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['id']->setDependsByArray(array('required'));
 		$this->mFieldProperties['id']->addMessage('required', _AD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_ID);


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