Update project.class.php
This commit is contained in:
parent
e61b71bc93
commit
f6b280c9df
@ -634,7 +634,6 @@ class Project extends CommonObject
|
|||||||
$sql .= " AND (".$datefieldname." <= '".$this->db->idate($datee)."' OR ".$datefieldname." IS NULL)";
|
$sql .= " AND (".$datefieldname." <= '".$this->db->idate($datee)."' OR ".$datefieldname." IS NULL)";
|
||||||
}
|
}
|
||||||
|
|
||||||
$hookmanager->initHooks(array('projectdao'));
|
|
||||||
$parameters = array(
|
$parameters = array(
|
||||||
'sql'=>$sql,
|
'sql'=>$sql,
|
||||||
'type' => $type,
|
'type' => $type,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user