Conflicts:
	module/project/view/taskheader.html.php
This commit is contained in:
Catouse
2016-04-18 16:38:37 +08:00
36 changed files with 475 additions and 334 deletions
+13
View File
@@ -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);