From 3999098fd68b4e9ff05bbabfcc523f655564945d Mon Sep 17 00:00:00 2001 From: Manfred Date: Thu, 2 Sep 2021 14:08:21 +0200 Subject: [PATCH] =?UTF-8?q?Anzeige=20der=20abgelaufene=20Coodle-Umfragen?= =?UTF-8?q?=20verl=C3=A4ngert=20auf=2090=20Tage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/coodle.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/coodle.class.php b/include/coodle.class.php index 41394dcb5..9f23f88da 100644 --- a/include/coodle.class.php +++ b/include/coodle.class.php @@ -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)) {