[xoops-cvslog 3580] CVS update: xoops2jp/html/modules/user/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 7月 13日 (木) 19:50:22 JST


Index: xoops2jp/html/modules/user/admin/forms/MailjobAdminDeleteForm.class.php
diff -u xoops2jp/html/modules/user/admin/forms/MailjobAdminDeleteForm.class.php:1.1.2.1 xoops2jp/html/modules/user/admin/forms/MailjobAdminDeleteForm.class.php:1.1.2.2
--- xoops2jp/html/modules/user/admin/forms/MailjobAdminDeleteForm.class.php:1.1.2.1	Thu Apr 27 19:24:00 2006
+++ xoops2jp/html/modules/user/admin/forms/MailjobAdminDeleteForm.class.php	Thu Jul 13 19:50:22 2006
@@ -1,4 +1,8 @@
 <?php
+/**
+ * @package user
+ * @version $Id: MailjobAdminDeleteForm.class.php,v 1.1.2.2 2006/07/13 10:50:22 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
@@ -9,7 +13,7 @@
 {
 	function getTokenName()
 	{
-		return "module.user.MailjobAdminDeleteForm.TOKEN";
+		return "module.user.MailjobAdminDeleteForm.TOKEN" . $this->get('mailjob_id');
 	}
 
 	function prepare()
@@ -22,7 +26,6 @@
 		//
 		// Set field properties
 		//
-	
 		$this->mFieldProperties['mailjob_id'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['mailjob_id']->setDependsByArray(array('required'));
 		$this->mFieldProperties['mailjob_id']->addMessage('required', _AD_USER_ERROR_REQUIRED, _AD_USER_LANG_MAILJOB_ID);


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