* zin: refine project list page.
This commit is contained in:
@@ -414,7 +414,7 @@ class project extends control
|
||||
$this->view->projectType = $projectType;
|
||||
$this->view->param = $param;
|
||||
$this->view->orderBy = $orderBy;
|
||||
$this->view->recTotal = $recTotal;
|
||||
$this->view->recTotal = $pager->recTotal;
|
||||
$this->view->recPerPage = $recPerPage;
|
||||
$this->view->pageID = $pageID;
|
||||
$this->view->showBatchEdit = $this->cookie->showProjectBatchEdit;
|
||||
|
||||
Reference in New Issue
Block a user