- Umfragestart ohne Terminwahl verhindern
- Coodle FreeBusy einbinden
- Coodle Zusagen als iCal abonnieren
This commit is contained in:
Manfred Kindl
2019-10-21 18:19:57 +02:00
parent 58ec6f8f31
commit 49be024ca9
4 changed files with 194 additions and 10 deletions
+1 -1
View File
@@ -1117,7 +1117,7 @@ class coodle extends basis_db
return false;
}
$qry ="UPDATE campus.tbl_coodle_Termin set auswahl='false'
$qry ="UPDATE campus.tbl_coodle_termin set auswahl='false'
WHERE coodle_id=".$this->db_add_param($coodle_id, FHC_INTEGER, false).';';
if($result=$this->db_query($qry))