add clearing of unused classes in lvplan caldav export lib

This commit is contained in:
Ivymaster
2026-07-07 13:42:54 +02:00
parent 280df46d6d
commit 4c1d88a054
11 changed files with 38 additions and 17 deletions
+4
View File
@@ -46,6 +46,8 @@ class KalenderLib
tbl_kalender.von,
tbl_kalender.bis,
tbl_kalender_ort.ort_kurzbz,
tbl_kalender_ort.ort_kurzbz as ko_ort_kurzbz,
tbl_kalender_ort.location as ko_location,
tbl_lehreinheit.lehreinheit_id,
tbl_lehreinheit.lehrveranstaltung_id,
tbl_lehreinheit.lehrfach_id,
@@ -173,6 +175,8 @@ class KalenderLib
'tooltip' => 'tip',
'status_kurzbz' => $row->status_kurzbz,
'ort_kurzbz' => isset($row->ort_kurzbz) ? $row->ort_kurzbz : '',
'ko_ort_kurzbz' => isset($row->ko_ort_kurzbz) ? $row->ko_ort_kurzbz : '',
'ko_location' => isset($row->ko_location) ? $row->ko_location : '',
'lehrform' => isset($row->lehrform_kurzbz) ? $row->lehrform_kurzbz : '',
'lehrfach' => isset($row->lehrfach_kurzbz) ? $row->lehrfach_kurzbz : '',
'lehrfach_bez' => isset($row->lehrfach_bezeichnung) ? $row->lehrfach_bezeichnung : '',