matr_nr added

This commit is contained in:
Gerald Raab
2016-05-26 05:00:38 +02:00
parent 5fd6070ea3
commit 7733f8df79
+2 -1
View File
@@ -275,6 +275,7 @@ elseif ($xmlformat=='xml')
<nachname><![CDATA[".$pers->nachname."]]></nachname>
<vorname><![CDATA[".$pers->vorname."]]></vorname>
<vornamen><![CDATA[".$pers->vornamen."]]></vornamen>
<matr_nr><![CDATA[".$pers->matr_nr."]]></matr_nr>
<name_gesamt><![CDATA[".trim($pers->anrede.' '.$pers->titelpre.' '.$pers->vorname.' '.$pers->nachname.' '.$pers->titelpost)."]]></name_gesamt>
<name_titel><![CDATA[".trim($pers->titelpre.' '.$pers->vorname.' '.$pers->nachname.' '.$pers->titelpost)."]]></name_titel>
<geburtsdatum><![CDATA[".$datum->convertISODate($pers->gebdatum)."]]></geburtsdatum>
@@ -324,4 +325,4 @@ elseif ($xmlformat=='xml')
echo "\n</konto>";
}
?>
?>