Minahito
minah****@users*****
2006年 7月 4日 (火) 18:51:24 JST
Index: xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php diff -u xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php:1.1.2.2 xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php:removed --- xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php:1.1.2.2 Tue Mar 28 22:30:48 2006 +++ xoops2jp/html/modules/pm/forms/DeletePmsgForm.class.php Tue Jul 4 18:51:24 2006 @@ -1,25 +0,0 @@ -<?php - -if (!defined('XOOPS_ROOT_PATH')) exit(); - -require_once XOOPS_ROOT_PATH."/class/XCube_ActionForm.class.php"; - -/** - * This class is generated by makeActionForm tool. - * @auchor makeActionForm - */ -class DeletePmsgForm extends XCube_ActionForm -{ - function prepare() - { - // set properties - $this->mFormProperties['msg_id']=new XCube_IntArrayProperty('msg_id'); - - // set fields - $this->mFieldProperties['msg_id']=new XCube_FieldProperty($this); - $this->mFieldProperties['msg_id']->setDependsByArray(array('required')); - - } -} - -?>