Minahito
minah****@users*****
2006年 8月 8日 (火) 18:47:41 JST
Index: xoops2jp/html/modules/base/admin/forms/BlockUninstallForm.class.php diff -u xoops2jp/html/modules/base/admin/forms/BlockUninstallForm.class.php:1.1.2.2 xoops2jp/html/modules/base/admin/forms/BlockUninstallForm.class.php:1.1.2.3 --- xoops2jp/html/modules/base/admin/forms/BlockUninstallForm.class.php:1.1.2.2 Fri Apr 7 13:47:35 2006 +++ xoops2jp/html/modules/base/admin/forms/BlockUninstallForm.class.php Tue Aug 8 18:47:41 2006 @@ -1,4 +1,8 @@ <?php +/** + * @package Legacy + * @version $Id: BlockUninstallForm.class.php,v 1.1.2.3 2006/08/08 09:47:41 minahito Exp $ + */ if (!defined('XOOPS_ROOT_PATH')) exit(); Index: xoops2jp/html/modules/base/admin/forms/CustomBlockDeleteForm.class.php diff -u xoops2jp/html/modules/base/admin/forms/CustomBlockDeleteForm.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/forms/CustomBlockDeleteForm.class.php:1.1.2.2 --- xoops2jp/html/modules/base/admin/forms/CustomBlockDeleteForm.class.php:1.1.2.1 Fri Apr 7 13:47:24 2006 +++ xoops2jp/html/modules/base/admin/forms/CustomBlockDeleteForm.class.php Tue Aug 8 18:47:41 2006 @@ -1,4 +1,8 @@ <?php +/** + * @package Legacy + * @version $Id: CustomBlockDeleteForm.class.php,v 1.1.2.2 2006/08/08 09:47:41 minahito Exp $ + */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -22,7 +26,6 @@ // // Set field properties // - $this->mFieldProperties['bid'] =& new XCube_FieldProperty($this); $this->mFieldProperties['bid']->setDependsByArray(array('required')); $this->mFieldProperties['bid']->addMessage('required', _AD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_BID); Index: xoops2jp/html/modules/base/admin/forms/CommentAdminEditForm.class.php diff -u xoops2jp/html/modules/base/admin/forms/CommentAdminEditForm.class.php:1.1.2.5 xoops2jp/html/modules/base/admin/forms/CommentAdminEditForm.class.php:1.1.2.6 --- xoops2jp/html/modules/base/admin/forms/CommentAdminEditForm.class.php:1.1.2.5 Thu Mar 30 23:56:09 2006 +++ xoops2jp/html/modules/base/admin/forms/CommentAdminEditForm.class.php Tue Aug 8 18:47:41 2006 @@ -1,4 +1,8 @@ <?php +/** + * @package Legacy + * @version $Id: CommentAdminEditForm.class.php,v 1.1.2.6 2006/08/08 09:47:41 minahito Exp $ + */ if (!defined('XOOPS_ROOT_PATH')) exit();