fix for small typo in switch of the export definitions

This commit is contained in:
Klaus Leithoff 2007-09-05 06:50:19 +00:00
parent 25c0ba0ac8
commit 2416e9cd6a

View File

@ -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;