Merge branch 'master' of https://github.com/easysoft/zentaopms
Conflicts: module/project/view/taskheader.html.php
This commit is contained in:
@@ -1947,6 +1947,19 @@ class project extends control
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* All project.
|
||||
*
|
||||
* @param string $status
|
||||
* @param int $projectID
|
||||
* @param string $orderBy
|
||||
* @param int $productID
|
||||
* @param int $recTotal
|
||||
* @param int $recPerPage
|
||||
* @param int $pageID
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function all($status = 'undone', $projectID = 0, $orderBy = 'order_desc', $productID = 0, $recTotal = 0, $recPerPage = 10, $pageID = 1)
|
||||
{
|
||||
if($this->projects) $this->commonAction($projectID);
|
||||
|
||||
Reference in New Issue
Block a user