From e944fb896a057d8a29eaa5aebe02a88d6e0b64b1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 2 Sep 2002 06:07:09 +0000 Subject: [PATCH] added support for standard addressbook-fields saveed in the extras-file: 1) 2. and 3. address line 2) other phone-number --- addressbook/csv_import.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/addressbook/csv_import.php b/addressbook/csv_import.php index a9e35f4708..4733bc5de9 100644 --- a/addressbook/csv_import.php +++ b/addressbook/csv_import.php @@ -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))