diff --git a/module/weekly/control.php b/module/weekly/control.php index 5c90c1c552..4a9ec4c8e9 100755 --- a/module/weekly/control.php +++ b/module/weekly/control.php @@ -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();