From 5436b44feac61b7868ae6776b151257158fdeffd Mon Sep 17 00:00:00 2001 From: Andreas Oesterreicher Date: Tue, 5 Sep 2017 07:56:16 +0200 Subject: [PATCH] Fixed broken Schedule Export --- include/wochenplan.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index 9d55f7c03..70ffc3e51 100755 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -2500,7 +2500,7 @@ class wochenplan extends basis_db $UID = 'FH'.$lvb.$this->std_plan[$i][$j][$idx]->ort.$this->std_plan[$i][$j][$idx]->lektor.$lehrfach[$idx].$start_date_time_ical.$end_date_time_ical; $Summary = $lehrfach[$idx].' '.$this->std_plan[$i][$j][$idx]->ort.' - '.$lvb; - $description = $lehrfach[$idx].'\n'.$this->std_plan[$i][$j][$idx]->lektor.'\n'.$lvb.'\n'.$this->std_plan[$i][$j][$idx]->ort(LVPLAN_ANMERKUNG_ANZEIGEN?'\n'.$this->std_plan[$i][$j][$idx]->anmerkung:''); + $description = $lehrfach[$idx].'\n'.$this->std_plan[$i][$j][$idx]->lektor.'\n'.$lvb.'\n'.$this->std_plan[$i][$j][$idx]->ort.(LVPLAN_ANMERKUNG_ANZEIGEN?'\n'.$this->std_plan[$i][$j][$idx]->anmerkung:''); $UID = str_replace(',',' ',$UID); $Summary = str_replace(',',' ',$Summary);