Anzeige der abgelaufene Coodle-Umfragen verlängert auf 90 Tage

This commit is contained in:
Manfred
2021-09-02 14:08:21 +02:00
parent b05fbe5978
commit 3999098fd6
+1 -1
View File
@@ -373,7 +373,7 @@ class coodle extends basis_db
WHERE
(uid =".$this->db_add_param($uid, FHC_STRING, false)."
OR ersteller_uid =".$this->db_add_param($uid, FHC_STRING, false).")
AND endedatum >= CURRENT_DATE - interval '20 days';";
AND endedatum >= CURRENT_DATE - interval '90 days';";
if(!$this->db_query($qry))
{