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

Back to archive index

Minahito minah****@users*****
2006年 3月 30日 (木) 23:54:18 JST


Index: xoops2jp/html/modules/base/forms/CommentEditForm.class.php
diff -u xoops2jp/html/modules/base/forms/CommentEditForm.class.php:1.1.2.3 xoops2jp/html/modules/base/forms/CommentEditForm.class.php:1.1.2.4
--- xoops2jp/html/modules/base/forms/CommentEditForm.class.php:1.1.2.3	Tue Mar 28 22:30:03 2006
+++ xoops2jp/html/modules/base/forms/CommentEditForm.class.php	Thu Mar 30 23:54:18 2006
@@ -31,7 +31,7 @@
 		$this->mFormProperties['com_title'] =& new XCube_StringProperty('com_title');
 		$this->mFormProperties['com_text'] =& new XCube_TextProperty('com_text');
 		$this->mFormProperties['com_sig'] =& new XCube_BoolProperty('com_sig');
-		$this->mFormProperties['com_status'] =& new XCube_BoolProperty('com_status');
+		$this->mFormProperties['com_status'] =& new XCube_IntProperty('com_status');
 		$this->mFormProperties['com_exparams'] =& new XCube_StringProperty('com_exparams');
 		$this->mFormProperties['dosmiley'] =& new XCube_BoolProperty('dosmiley');
 		$this->mFormProperties['doxcode'] =& new XCube_BoolProperty('doxcode');


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