diff --git a/content/kontakt.xul.php b/content/kontakt.xul.php
index a19a3a6d5..155ad5c09 100644
--- a/content/kontakt.xul.php
+++ b/content/kontakt.xul.php
@@ -114,6 +114,10 @@ else
class="sortDirectionIndicator"
sort="rdf:http://www.technikum-wien.at/adresse/rdf#updateamum" onclick="KontaktAdresseTreeSort()"/>
+
+
@@ -134,6 +138,7 @@ else
+
diff --git a/content/student/studentrolledialog.xul.php b/content/student/studentrolledialog.xul.php
index 298de75e4..79165aa3c 100644
--- a/content/student/studentrolledialog.xul.php
+++ b/content/student/studentrolledialog.xul.php
@@ -63,7 +63,7 @@ $vorname = '';
$nachname = '';
if($prestudent_id!='')
{
- $prestudent = new prestudent($conn);
+ $prestudent = new prestudent($conn, null, true);
$prestudent->load($prestudent_id);
$vorname = $prestudent->vorname;
diff --git a/include/index.html b/include/index.html
new file mode 100644
index 000000000..0c0829695
--- /dev/null
+++ b/include/index.html
@@ -0,0 +1,12 @@
+
+
+Koordinatorstunden
+
+
+
+
+Sollten Sie nicht automatisch weitergeleitet werden, druecken sie bitte hier
+
+
\ No newline at end of file
diff --git a/rdf/adresse.rdf.php b/rdf/adresse.rdf.php
index 08921fb05..41e35b372 100644
--- a/rdf/adresse.rdf.php
+++ b/rdf/adresse.rdf.php
@@ -76,7 +76,7 @@ else
function draw_rdf($row)
{
- global $rdf_url;
+ global $rdf_url, $conn;
$typ='';
switch ($row->typ)
@@ -85,6 +85,19 @@ function draw_rdf($row)
case 'n': $typ='Nebenwohnsitz'; break;
case 'f': $typ='Firma'; break;
}
+
+ $firma_name='';
+ if($row->firma_id!='')
+ {
+ $qry="SELECT * FROM public.tbl_firma WHERE firma_id='".addslashes($row->firma_id)."'";
+ if($result_firma=pg_query($conn, $qry))
+ {
+ if($row_firma = pg_fetch_object($result_firma))
+ {
+ $firma_name = $row_firma->name;
+ }
+ }
+ }
echo '
@@ -101,6 +114,7 @@ function draw_rdf($row)
heimatadresse?'Ja':'Nein').']]>
zustelladresse?'Ja':'Nein').']]>
firma_id.']]>
+
updateamum)).']]>