Minahito
minah****@users*****
2006年 2月 4日 (土) 02:13:12 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.1 xoops2jp/html/modules/base/admin/forms/ModuleUninstallForm.class.php:1.1.2.2 --- xoops2jp/html/modules/base/admin/forms/ModuleUninstallForm.class.php:1.1.2.1 Thu Feb 2 21:04:34 2006 +++ xoops2jp/html/modules/base/admin/forms/ModuleUninstallForm.class.php Sat Feb 4 02:13:12 2006 @@ -15,6 +15,8 @@ // 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