mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 2083 add voted_count and blamed_count in comment list.
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11128 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87cc537eb2
commit
2d16febcff
2 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
// get a list by using comment->getCommentList.
|
||||
$oCommentModel = &getModel('comment');
|
||||
$secretNameList = $oCommentModel->getSecretNameList();
|
||||
$columnList = array('comment_srl', 'document_srl', 'is_secret', 'status', 'content', 'comments.member_srl', 'comments.nick_name', 'comments.regdate', 'ipaddress');
|
||||
$columnList = array('comment_srl', 'document_srl', 'is_secret', 'status', 'content', 'comments.member_srl', 'comments.nick_name', 'comments.regdate', 'ipaddress', 'voted_count', 'blamed_count');
|
||||
$output = $oCommentModel->getTotalCommentList($args, $columnList);
|
||||
|
||||
$oCommentModel = &getModel("comment");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue