Pop Übersichtsmap update
* Gesamtanzahl wird nun angezeigt mit und ohne Koordinaten
This commit is contained in:
@@ -265,9 +265,10 @@ class CalendarModel
|
||||
continue;
|
||||
}
|
||||
if ($data['all_day_event'] == 1) {
|
||||
if (in_array("Feiertag", $categories)) {
|
||||
if (is_array($categories) && in_array("Feiertag", $categories)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$starttime = date("Y-m-d", $data['start_time']);
|
||||
$endtime = date("Y-m-d", $data['end_time']);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user