diff --git a/include/projekt.class.php b/include/projekt.class.php index 1dd7f60fb..79b706be9 100644 --- a/include/projekt.class.php +++ b/include/projekt.class.php @@ -382,7 +382,7 @@ class projekt extends basis_db JOIN fue.tbl_projekt_ressource USING(ressource_id) JOIN fue.tbl_projekt USING(projekt_kurzbz) WHERE (beginn<=now() or beginn is null) - AND (ende + interval '1 month 1 day' >=now() OR ende is null) + AND (ende + interval '2 month 1 day' >=now() OR ende is null) AND ( mitarbeiter_uid=" . $this->db_add_param($mitarbeiter_uid) . " OR