Quickfix Export Studienblatt als .doc

This commit is contained in:
Manfred Kindl
2019-10-21 18:21:35 +02:00
parent a3ba7e381f
commit e22d560134
+6
View File
@@ -305,6 +305,12 @@ else
else
$output = 'pdf';
// An der FHTW darf fas Studienblatt auch iin anderen Formaten exportiert werden
if (CAMPUS_NAME == 'FH Technikum Wien' && ($xsl == 'Studienblatt' || $xsl == 'StudienblattEng'))
{
$output = $_GET['output'];
}
$vorlage = new vorlage();
if(!$vorlage->loadVorlage($xsl))
die('Vorlage wurde nicht gefunden');