[xoops-cvslog 4742] CVS update: xoops2jp/html/modules/legacyRender/admin/forms

Back to archive index

Minahito minah****@users*****
2006年 10月 2日 (月) 23:15:52 JST


Index: xoops2jp/html/modules/legacyRender/admin/forms/BannerAdminEditForm.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/forms/BannerAdminEditForm.class.php:1.1.2.3 xoops2jp/html/modules/legacyRender/admin/forms/BannerAdminEditForm.class.php:1.1.2.4
--- xoops2jp/html/modules/legacyRender/admin/forms/BannerAdminEditForm.class.php:1.1.2.3	Mon Jul 10 16:24:22 2006
+++ xoops2jp/html/modules/legacyRender/admin/forms/BannerAdminEditForm.class.php	Mon Oct  2 23:15:52 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacyRender
- * @version $Id: BannerAdminEditForm.class.php,v 1.1.2.3 2006/07/10 07:24:22 minahito Exp $
+ * @version $Id: BannerAdminEditForm.class.php,v 1.1.2.4 2006/10/02 14:15:52 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -41,7 +41,7 @@
 		$this->mFieldProperties['bid']->addMessage('required', _AD_LEGACYRENDER_ERROR_REQUIRED, _AD_LEGACYRENDER_LANG_BID);
 	
 		$this->mFieldProperties['cid'] =& new XCube_FieldProperty($this);
-		$this->mFieldProperties['cid']->setDependsByArray(array('required','objectExsist'));
+		$this->mFieldProperties['cid']->setDependsByArray(array('required','objectExist'));
 		$this->mFieldProperties['cid']->addMessage('required', _AD_LEGACYRENDER_ERROR_REQUIRED, _AD_LEGACYRENDER_LANG_CID);
 		$this->mFieldProperties['cid']->addMessage('objectExist', _AD_LEGACYRENDER_ERROR_OBJECT_EXIST, _AD_LEGACYRENDER_LANG_CID);
 		$this->mFieldProperties['cid']->addVar('handler', 'bannerclient');


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