From a2ee68cdc72f99495501541f61d80a19f3c3cac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 2 Mar 2011 08:22:29 +0000 Subject: [PATCH] KSTName gleichgesetzt mit KSTBeschreibung --- vilesci/personen/uniflow.csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } }