mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 160 when admin menu add, menu group create.
document count without temp status in dashbard git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
eacdaed16f
commit
e1dd4d6e3f
4 changed files with 11 additions and 5 deletions
|
|
@ -80,9 +80,10 @@
|
|||
/**
|
||||
* @brief Return document count with date
|
||||
**/
|
||||
function getDocumentCountByDate($date = '', $moduleSrlList = array()) {
|
||||
function getDocumentCountByDate($date = '', $moduleSrlList = array(), $statusList = array()) {
|
||||
if($date) $args->regDate = date('Ymd', strtotime($date));
|
||||
if(count($moduleSrlList)>0) $args->moduleSrlList = $moduleSrlList;
|
||||
if(count($statusList)>0) $args->statusList = $statusList;
|
||||
|
||||
$output = executeQuery('document.getDocumentCountByDate', $args);
|
||||
if(!$output->toBool()) return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue