Minahito
minah****@users*****
2006年 3月 30日 (木) 18:13:08 JST
Index: xoops2jp/html/modules/base/class/comment.php diff -u xoops2jp/html/modules/base/class/comment.php:1.1.2.4 xoops2jp/html/modules/base/class/comment.php:1.1.2.5 --- xoops2jp/html/modules/base/class/comment.php:1.1.2.4 Wed Mar 29 00:15:07 2006 +++ xoops2jp/html/modules/base/class/comment.php Thu Mar 30 18:13:08 2006 @@ -22,7 +22,7 @@ $this->initVar('com_title', XOBJ_DTYPE_STRING, '', true, 255); $this->initVar('com_text', XOBJ_DTYPE_TEXT, '', true); $this->initVar('com_sig', XOBJ_DTYPE_BOOL, '0', true); - $this->initVar('com_status', XOBJ_DTYPE_BOOL, '0', true); + $this->initVar('com_status', XOBJ_DTYPE_INT, '1', true); $this->initVar('com_exparams', XOBJ_DTYPE_STRING, '', true, 255); $this->initVar('dohtml', XOBJ_DTYPE_BOOL, '0', true); $this->initVar('dosmiley', XOBJ_DTYPE_BOOL, '0', true);