phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] addressbook/inc/import Import_from_Outlook_-_En...


From: Jonathan Rivera
Subject: [Phpgroupware-cvs] addressbook/inc/import Import_from_Outlook_-_En...
Date: Tue, 03 Oct 2006 16:40:34 +0000

CVSROOT:        /sources/phpgroupware
Module name:    addressbook
Changes by:     Jonathan Rivera <jarg>  06/10/03 16:40:34

Modified files:
        inc/import     : Import_from_Outlook_-_English 
                         Import_from_Outlook_-_Deutsch 
                         Import_from_Netscape 

Log message:
        BugFix #17721

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/import/Import_from_Outlook_-_English?cvsroot=phpgroupware&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/import/Import_from_Outlook_-_Deutsch?cvsroot=phpgroupware&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/addressbook/inc/import/Import_from_Netscape?cvsroot=phpgroupware&r1=1.3&r2=1.4

Patches:
Index: Import_from_Outlook_-_English
===================================================================
RCS file: 
/sources/phpgroupware/addressbook/inc/import/Import_from_Outlook_-_English,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Import_from_Outlook_-_English       15 May 2005 13:34:30 -0000      1.4
+++ Import_from_Outlook_-_English       3 Oct 2006 16:40:34 -0000       1.5
@@ -151,6 +151,7 @@
                        foreach($this->record_set as $contact)
                        {
                                $contact['categories'] = array($cat_id);
+                               $contact['access'] = $access;
                                $contacts->contact_import($contact);
                        }
                        return lang('Successfully imported %1 records into your 
addressbook.',$num);

Index: Import_from_Outlook_-_Deutsch
===================================================================
RCS file: 
/sources/phpgroupware/addressbook/inc/import/Import_from_Outlook_-_Deutsch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Import_from_Outlook_-_Deutsch       15 May 2005 13:34:30 -0000      1.4
+++ Import_from_Outlook_-_Deutsch       3 Oct 2006 16:40:34 -0000       1.5
@@ -175,6 +175,7 @@
                        foreach($this->record_set as $contact)
                        {
                                $contact['categories'] = array($cat_id);
+                               $contact['access'] = $access;
                                $contacts->contact_import($contact);
                        }
                        return lang('Successfully imported %1 records into your 
addressbook.',$num);

Index: Import_from_Netscape
===================================================================
RCS file: /sources/phpgroupware/addressbook/inc/import/Import_from_Netscape,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Import_from_Netscape        31 Dec 2004 04:55:24 -0000      1.3
+++ Import_from_Netscape        3 Oct 2006 16:40:34 -0000       1.4
@@ -86,6 +86,7 @@
                        foreach($this->record_set as $contact)
                        {
                                $contact['categories'] = array($cat_id);
+                               $contact['access'] = $access;
                                $contacts->contact_import($contact);
                        }
                        return lang('Successfully imported %1 records into your 
addressbook.',$num);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]