Update project.class.php

This commit is contained in:
Laurent Destailleur 2020-12-17 13:57:12 +01:00 committed by GitHub
parent e61b71bc93
commit f6b280c9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -634,7 +634,6 @@ class Project extends CommonObject
$sql .= " AND (".$datefieldname." <= '".$this->db->idate($datee)."' OR ".$datefieldname." IS NULL)";
}
$hookmanager->initHooks(array('projectdao'));
$parameters = array(
'sql'=>$sql,
'type' => $type,