mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 160 re commit for document list in admin
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9369 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ac02b87c5b
commit
ec3ae786f4
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
// get a list
|
||||
$oDocumentModel = &getModel('document');
|
||||
$columnList = array('document_srl', 'title', 'member_srl', 'nick_name', 'readed_count', 'voted_count', 'blamed_count', 'regdate', 'ipaddress', 'status');
|
||||
$output = $oDocumentModel->getDocumentList($args);
|
||||
$output = $oDocumentModel->getDocumentList($args, false, true, $columnList);
|
||||
|
||||
// get Status name list
|
||||
$statusNameList = $oDocumentModel->getStatusNameList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue