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

Back to archive index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:38:30 JST


Index: xoops2jp/html/modules/base/admin/forms/BlockListForm.class.php
diff -u xoops2jp/html/modules/base/admin/forms/BlockListForm.class.php:1.1.2.1 xoops2jp/html/modules/base/admin/forms/BlockListForm.class.php:1.1.2.2
--- xoops2jp/html/modules/base/admin/forms/BlockListForm.class.php:1.1.2.1	Fri Apr  7 17:44:55 2006
+++ xoops2jp/html/modules/base/admin/forms/BlockListForm.class.php	Tue Aug  1 19:38:30 2006
@@ -1,10 +1,17 @@
 <?php
+/**
+ * @package Legacy
+ * @version $Id: BlockListForm.class.php,v 1.1.2.2 2006/08/01 10:38:30 minahito Exp $
+ */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
 require_once XOOPS_ROOT_PATH . "/class/XCube_ActionForm.class.php";
 require_once XOOPS_MODULE_PATH . "/base/class/Legacy_Validator.class.php";
 
+/**
+ * @todo We may rename this class.
+ */
 class Legacy_BlockListForm extends XCube_ActionForm
 {
 	function getTokenName()
@@ -24,7 +31,6 @@
 		//
 		// Set field properties
 		//
-	
 		$this->mFieldProperties['weight'] =& new XCube_FieldProperty($this);
 		$this->mFieldProperties['weight']->setDependsByArray(array('required','intRange'));
 		$this->mFieldProperties['weight']->addMessage('required', _AD_BASE_ERROR_REQUIRED, _AD_BASE_LANG_WEIGHT);


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