From 67ff1b1be93f17654a3a61f02d316fcefa93b6c9 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Fri, 11 May 2012 08:14:15 +0000 Subject: [PATCH] =?UTF-8?q?L=C3=A4dt=20den=20Kontakttyp=20Email=20des=20In?= =?UTF-8?q?comings=20nun=20korrekt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vilesci/personen/incoming_detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vilesci/personen/incoming_detail.php b/vilesci/personen/incoming_detail.php index cacfbc3cb..405018ba6 100644 --- a/vilesci/personen/incoming_detail.php +++ b/vilesci/personen/incoming_detail.php @@ -708,7 +708,7 @@ function print_personendetails() $adresse = $adresse->result[0]; $kontakt = new kontakt(); - $kontakt->load_pers($person->person_id); + $kontakt->load_persKontakttyp($person->person_id, 'email'); if(isset($kontakt->result[0])) $kontakt = $kontakt->result[0];