mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
parameter für studienordnung hinzugefügt
This commit is contained in:
@@ -108,6 +108,8 @@ else
|
|||||||
$params='?xmlformat=xml';
|
$params='?xmlformat=xml';
|
||||||
if(isset($_GET['uid']))
|
if(isset($_GET['uid']))
|
||||||
$params.='&uid='.$_GET['uid'];
|
$params.='&uid='.$_GET['uid'];
|
||||||
|
if(isseT($_GET['stg_kz']))
|
||||||
|
$params.='&stg_kz='.$_GET['stg_kz'];
|
||||||
if(isset($_GET['person_id']))
|
if(isset($_GET['person_id']))
|
||||||
$params.='&person_id='.$_GET['person_id'];
|
$params.='&person_id='.$_GET['person_id'];
|
||||||
if(isset($_GET['id']))
|
if(isset($_GET['id']))
|
||||||
|
|||||||
Reference in New Issue
Block a user