diff --git a/module/project/model.php b/module/project/model.php index af615515ae..2fe088fcb3 100644 --- a/module/project/model.php +++ b/module/project/model.php @@ -931,7 +931,7 @@ class projectModel extends model */ public function getProjectExecutionPairs() { - return $this->dao->select('project, id')->from(TABLE_PROJECT)->andWhere('multiple')->eq('0')->andWhere('deleted')->eq('0')->fetchPairs(); + return $this->dao->select('project, id')->from(TABLE_PROJECT)->where('multiple')->eq('0')->andWhere('deleted')->eq('0')->fetchPairs(); } /**