From 1af5077f9fb19b7c99e4d3a98194a5366ed9d449 Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Thu, 24 Feb 2011 15:59:24 +0000 Subject: [PATCH] Spaltenbezeichnung "Fachbereich" auf "Institut" ausgebessert --- content/statistik/lvplanunggesamtsj.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/statistik/lvplanunggesamtsj.php b/content/statistik/lvplanunggesamtsj.php index 72749e1e5..268348547 100644 --- a/content/statistik/lvplanunggesamtsj.php +++ b/content/statistik/lvplanunggesamtsj.php @@ -197,7 +197,7 @@ $worksheet->write(0, 0,"LV-Planung für $stsem1/$stsem2", $format_bold); $zeile=3; $spalte=0; -$worksheet->write($zeile, $spalte,'Fachbereich', $format_colored1); +$worksheet->write($zeile, $spalte,'Institut', $format_colored1); $worksheet->write($zeile, ++$spalte,'Kurzbz', $format_colored1); $worksheet->write($zeile, ++$spalte,'Bezeichnung', $format_colored1); $worksheet->write($zeile, ++$spalte,'Lehrform', $format_colored1);