phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc/import Import_Multiple_VCard, 1.2, 1


From: Jonathan Rivera <address@hidden>
Subject: [Phpgroupware-cvs] addressbook/inc/import Import_Multiple_VCard, 1.2, 1.2.6.1
Date: Tue, 28 Oct 2003 16:17:47 +0000

Update of /cvsroot/phpgroupware/addressbook/inc/import
In directory subversions:/tmp/cvs-serv28264/addressbook/inc/import

Modified Files:
      Tag: Version-0_9_16-branch
        Import_Multiple_VCard 
Log Message:
Vcard import now works


Index: Import_Multiple_VCard
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/import/Import_Multiple_VCard,v
retrieving revision 1.2
retrieving revision 1.2.6.1
diff -C2 -d -r1.2 -r1.2.6.1
*** Import_Multiple_VCard       4 Dec 2001 01:17:10 -0000       1.2
--- Import_Multiple_VCard       28 Oct 2003 16:17:43 -0000      1.2.6.1
***************
*** 79,86 ****
                                $entry = $this->vcard->in($buffer[$i]);
                                /* Now actually add the new entry */
!                               
$this->contacts->add($GLOBALS['phpgw_info']['user']['account_id'],$entry,$access,$cat_id);
                        }
                        $num = $i - 1;
!                       return lang('Successfully imported x records into your 
addressbook.',$num);
                }
        }
--- 79,86 ----
                                $entry = $this->vcard->in($buffer[$i]);
                                /* Now actually add the new entry */
!                               $ab_id = 
$this->contacts->contact_import($entry);
                        }
                        $num = $i - 1;
!                       return lang('Successfully imported %1 records into your 
addressbook.',$num);
                }
        }





reply via email to

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