mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
bugfixes in studentDBDML.php
added prestudent_id to cis/private/pdfExport.php
This commit is contained in:
@@ -83,6 +83,8 @@ if(isset($_GET['person_id']))
|
||||
$params.='&person_id='.$_GET['person_id'];
|
||||
if(isset($_GET['buchungsnummern']))
|
||||
$params.='&buchungsnummern='.$_GET['buchungsnummern'];
|
||||
if(isset($_GET['prestudent_id']))
|
||||
$params.='&prestudent_id='.$_GET['prestudent_id'];
|
||||
if(isset($_GET['stg_kz']))
|
||||
$params.='&stg_kz='.$_GET['stg_kz'];
|
||||
if(isset($_GET['ss']))
|
||||
|
||||
Reference in New Issue
Block a user