fix of small typo in the switching of the export definition fields

This commit is contained in:
Klaus Leithoff 2007-09-05 06:27:35 +00:00
parent 45e3088505
commit a4a85097a4

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;