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

Back to archive index

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


Index: xoops2jp/html/modules/base/forms/ImageUploadForm.class.php
diff -u xoops2jp/html/modules/base/forms/ImageUploadForm.class.php:1.1.2.3 xoops2jp/html/modules/base/forms/ImageUploadForm.class.php:1.1.2.4
--- xoops2jp/html/modules/base/forms/ImageUploadForm.class.php:1.1.2.3	Fri Aug 18 20:28:48 2006
+++ xoops2jp/html/modules/base/forms/ImageUploadForm.class.php	Sun Oct  1 18:47:38 2006
@@ -30,8 +30,6 @@
 		//
 		$this->mFieldProperties['image_name'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['image_name']->setDependsByArray(array('extension'));
-		$this->mFieldProperties['image_name']->addMessage('required', _MD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_IMAGE_NAME);
-		$this->mFieldProperties['image_name']->addMessage('maxlength', _AD_BASE_ERROR_EXTENSION, _AD_BASE_LANG_IMAGE_NAME);
 		$this->mFieldProperties['image_name']->addVar('extension', 'jpg,gif,png');
 	
 		$this->mFieldProperties['image_nicename'] =& new XCube_FieldProperty($this);


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