diff --git a/vilesci/personen/uniflow.csv.php b/vilesci/personen/uniflow.csv.php index 0b4171072..9a8e307e5 100644 --- a/vilesci/personen/uniflow.csv.php +++ b/vilesci/personen/uniflow.csv.php @@ -63,7 +63,7 @@ if($result = $db->db_query($qry)) { while($row = $db->db_fetch_object($result)) { - echo mb_str_replace('&','und',"$row->uid;$row->oe_kurzbz;$row->organisationseinheittyp_kurzbz $row->bezeichnung;1\n"); + echo mb_str_replace('&','und',"$row->uid;$row->organisationseinheittyp_kurzbz $row->bezeichnung;$row->organisationseinheittyp_kurzbz $row->bezeichnung;1\n"); } }