diff --git a/rdf/studienblatt.xml.php b/rdf/studienblatt.xml.php
index c9823c97f..437d844b2 100644
--- a/rdf/studienblatt.xml.php
+++ b/rdf/studienblatt.xml.php
@@ -34,6 +34,7 @@ require_once('../include/studienordnung.class.php');
require_once('../include/studienplan.class.php');
require_once('../include/mitarbeiter.class.php');
require_once('../include/organisationsform.class.php');
+require_once('../include/zgv.class.php');
$uid_arr = (isset($_REQUEST['uid'])?$_REQUEST['uid']:null);
@@ -83,7 +84,7 @@ foreach($uid_arr as $uid)
{
$datum_aktuell = date('d.m.Y');
$gebdatum = date('d.m.Y',strtotime($student->gebdatum));
- $prestudent = new prestudent();
+ $prestudent = new prestudent($student->prestudent_id);
$prestudent->getLastStatus($student->prestudent_id,null,'Student');
$studienordnung = new studienordnung();
$studienordnung->getStudienordnungFromStudienplan($prestudent->studienplan_id);
@@ -186,6 +187,8 @@ foreach($uid_arr as $uid)
}
echo "\t\t".$studierendenstatus_aktuell."\n";
+ echo "\t\t".$prestudent->zgvdatum."\n";
+ echo "\t\t".$prestudent->zgv_code."\n";
switch($studiengang->typ)
{