From a2d5f3495ee2e29962c3a5f1cdceb7261ea02a04 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Fri, 31 Jan 2014 09:46:16 +0000 Subject: [PATCH] =?UTF-8?q?parameter=20f=C3=BCr=20studienordnung=20hinzuge?= =?UTF-8?q?f=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/pdfExport.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/pdfExport.php b/content/pdfExport.php index 08b66ce7f..17f7860b5 100644 --- a/content/pdfExport.php +++ b/content/pdfExport.php @@ -108,6 +108,8 @@ else $params='?xmlformat=xml'; if(isset($_GET['uid'])) $params.='&uid='.$_GET['uid']; +if(isseT($_GET['stg_kz'])) + $params.='&stg_kz='.$_GET['stg_kz']; if(isset($_GET['person_id'])) $params.='&person_id='.$_GET['person_id']; if(isset($_GET['id']))