From a4a85097a4c48fac167252cd51fc26a47f538404 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Wed, 5 Sep 2007 06:27:35 +0000 Subject: [PATCH] fix of small typo in the switching of the export definition fields --- addressbook/inc/class.uicontacts.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.uicontacts.inc.php b/addressbook/inc/class.uicontacts.inc.php index 8a03284362..b372a28bb9 100644 --- a/addressbook/inc/class.uicontacts.inc.php +++ b/addressbook/inc/class.uicontacts.inc.php @@ -502,7 +502,7 @@ class uicontacts extends bocontacts $fields = $this->business_contact_fields; break; case 'home': - $fields = $this-home_contact_fields; + $fields = $this->home_contact_fields; break; default: $fields = $this->contact_fields;