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

アーカイブの一覧に戻る

Minahito minah****@users*****
2006年 10月 7日 (土) 15:45:02 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.2.2 xoops2jp/html/modules/legacyRender/admin/forms/BannerAdminEditForm.class.php:1.1.2.3.2.3
--- xoops2jp/html/modules/legacyRender/admin/forms/BannerAdminEditForm.class.php:1.1.2.3.2.2	Fri Sep 29 17:14:33 2006
+++ xoops2jp/html/modules/legacyRender/admin/forms/BannerAdminEditForm.class.php	Sat Oct  7 15:45:01 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package legacyRender
- * @version $Id: BannerAdminEditForm.class.php,v 1.1.2.3.2.2 2006/09/29 08:14:33 minahito Exp $
+ * @version $Id: BannerAdminEditForm.class.php,v 1.1.2.3.2.3 2006/10/07 06:45:01 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 メーリングリストの案内
アーカイブの一覧に戻る