[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] addressbook/inc/import Import_from_Netscape, 1.2, 1.
From: |
Alejandro Borges (lex) <address@hidden> |
Subject: |
[Phpgroupware-cvs] addressbook/inc/import Import_from_Netscape, 1.2, 1.2.6.1 |
Date: |
Mon, 01 Dec 2003 23:07:32 +0000 |
Update of /cvsroot/phpgroupware/addressbook/inc/import
In directory subversions:/tmp/cvs-serv1206/addressbook/inc/import
Modified Files:
Tag: Version-0_9_16-branch
Import_from_Netscape
Log Message:
Import, fixes 6832-6833 and others
Index: Import_from_Netscape
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/import/Import_from_Netscape,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -C2 -d -r1.2 -r1.2.6.1
*** Import_from_Netscape 4 Dec 2001 01:17:10 -0000 1.2
--- Import_from_Netscape 1 Dec 2003 23:07:29 -0000 1.2.6.1
***************
*** 25,47 ****
var $import = array(
'title' => 'title',
! 'givenname' => 'n_given',
! 'sn' => 'n_family',
! 'cn' => 'fn',
! 'o' => 'org_name',
! 'ou' => 'org_unit',
! 'streetaddress' => 'adr_one_street',
! 'locality' => 'adr_one_locality',
! 'st' => 'adr_one_region',
! 'postalcode' => 'adr_one_postalcode',
! 'countryname' => 'adr_one_countryname',
! 'telephonenumber' => 'tel_work',
! 'homephone' => 'tel_home',
! 'facsimiletelephonenumber' => 'tel_fax',
! 'xmozillaanyphone' => 'ophone',
! 'cellphone' => 'tel_cell',
'description' => 'note',
! 'pagerphone' => 'tel_pager',
! 'mail' => 'email',
! 'homeurl' => 'url',
'xmozillauseconferenceserver' => '',
'xmozillanickname' => '',
--- 25,48 ----
var $import = array(
'title' => 'title',
! 'givenName' => 'first_name',
! 'sn' => 'last_name',
! 'cn' => '',
! 'o' => 'organization',
! 'ou' => 'departament',
! 'streetaddress' => 'addr_one_add1',
! 'locality' => 'addr_one_city',
! 'st' => 'addr_one_state',
! 'postalcode' => 'addr_one_postal_code',
! 'countryname' => 'addr_one_country',
! 'telephonenumber' => 'comm_phone_home',
! 'homephone' => 'comm_phone_work',
! 'facsimiletelephonenumber' => 'comm_fax_work',
! // ophone will be an other field
! 'xmozillaanyphone' => 'comm_phone_other',
! 'cellphone' => 'comm_mobile_cell',
'description' => 'note',
! 'pagerphone' => 'comm_pager',
! 'mail' => 'comm_email_work',
! 'homeurl' => 'comm_url',
'xmozillauseconferenceserver' => '',
'xmozillanickname' => '',
***************
*** 97,100 ****
--- 98,102 ----
$entry[$i][$name] = $value;
}
+ // this fields will become other fields or I
must remove it?
$entry[$i]['email_type'] = 'INTERNET';
$entry[$i]['email_home_type'] = 'INTERNET';
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] addressbook/inc/import Import_from_Netscape, 1.2, 1.2.6.1,
Alejandro Borges (lex) <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] bookkeeping/templates/default bookkeeping_footer.tpl, 1.2, NONE bookkeeping_header.tpl, 1.5, NONE bookkeeping_modules.tpl, 1.2, NONE categories.tpl, 1.2, NONE category_add.tpl, 1.1, NONE category_delete.tpl, 1.1, NONE category_edit.tpl, 1.1, NONE entries.tpl, 1.2, NONE entry_add.tpl, 1.1, NONE entry_delete.tpl, 1.1, NONE entry_edit.tpl, 1.1, NONE entry_view.tpl, 1.1, NONE error_message.tpl, 1.1, NONE index.tpl, 1.3, NONE index_sub1.tpl, 1.1, NONE index_sub2.tpl, 1.2, NONE index_sub3.tpl, 1.2, NONE logging.tpl, 1.2, NONE message.tpl, 1.1, NONE reports.tpl, 1.2, NONE statistics.tpl, 1.2, NONE
- Next by Date:
[Phpgroupware-cvs] comic/templates/idots/images navbar.png, 1.1.2.1, 1.1.2.2
- Previous by thread:
[Phpgroupware-cvs] bookkeeping/templates/default bookkeeping_footer.tpl, 1.2, NONE bookkeeping_header.tpl, 1.5, NONE bookkeeping_modules.tpl, 1.2, NONE categories.tpl, 1.2, NONE category_add.tpl, 1.1, NONE category_delete.tpl, 1.1, NONE category_edit.tpl, 1.1, NONE entries.tpl, 1.2, NONE entry_add.tpl, 1.1, NONE entry_delete.tpl, 1.1, NONE entry_edit.tpl, 1.1, NONE entry_view.tpl, 1.1, NONE error_message.tpl, 1.1, NONE index.tpl, 1.3, NONE index_sub1.tpl, 1.1, NONE index_sub2.tpl, 1.2, NONE index_sub3.tpl, 1.2, NONE logging.tpl, 1.2, NONE message.tpl, 1.1, NONE reports.tpl, 1.2, NONE statistics.tpl, 1.2, NONE
- Next by thread:
[Phpgroupware-cvs] comic/templates/idots/images navbar.png, 1.1.2.1, 1.1.2.2
- Index(es):