* Code for task#83681.
This commit is contained in:
@@ -79,6 +79,7 @@ class weekly extends control
|
||||
$projects = $this->dao->select('id, name')->from(TABLE_PROJECT)
|
||||
->where('deleted')->eq(0)
|
||||
->andWhere('type')->eq('project')
|
||||
->andWhere('status')->ne('closed')
|
||||
->fetchPairs();
|
||||
|
||||
$date = helper::today();
|
||||
|
||||
Reference in New Issue
Block a user