Minahito
minah****@users*****
2006年 8月 1日 (火) 19:41:04 JST
Index: xoops2jp/html/modules/base/admin/forms/ModuleUninstallForm.class.php diff -u xoops2jp/html/modules/base/admin/forms/ModuleUninstallForm.class.php:1.1.2.3 xoops2jp/html/modules/base/admin/forms/ModuleUninstallForm.class.php:1.1.2.4 --- xoops2jp/html/modules/base/admin/forms/ModuleUninstallForm.class.php:1.1.2.3 Tue Mar 28 22:29:05 2006 +++ xoops2jp/html/modules/base/admin/forms/ModuleUninstallForm.class.php Tue Aug 1 19:41:04 2006 @@ -17,12 +17,7 @@ // Set form properties // $this->mFormProperties['dirname'] =& new XCube_StringProperty('dirname'); - $this->mFormProperties['agree'] =& new XCube_BoolProperty('agree'); $this->mFormProperties['force'] =& new XCube_BoolProperty('force'); - - // - // Set field properties - // } function load(&$obj)