added support for standard addressbook-fields saveed in the extras-file:

1) 2. and 3. address line
2) other phone-number
This commit is contained in:
Ralf Becker 2002-09-02 06:07:09 +00:00
parent 6d47da13a3
commit e944fb896a

View File

@ -158,7 +158,10 @@
$addr_names = $GLOBALS['phpgw']->contacts->stock_contact_fields + array(
'cat_id' => 'Categories: @cat_id(Cat1,Cat2)',
'access' => 'Access: public,private',
'owner' => 'Owner: defaults to user'
'owner' => 'Owner: defaults to user',
'address2' => 'address line 2',
'address3' => 'address line 3',
'ophone' => 'Other Phone'
);
while(list($field,$name) = each($addr_names))