Opened 5 years ago
Closed 5 years ago
#1485400 closed Feature Patches (fixed)
vCard import broken
| Reported by: | Materdaddy | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-stable |
| Component: | PHP backend | Version: | git-master |
| Severity: | normal | Keywords: | import, vcard, bug, character |
| Cc: |
Description
I had a problem where my vcard imported e-mail addresses were only 1 character long. I tracked it down to the rcube_vcard import function and changed the code to import differently if the raw_email is an array, rather than a string. Please see the attached patch.
Attachments (1)
Change History (3)
Changed 5 years ago by Materdaddy
comment:1 Changed 5 years ago by alec
- Component changed from Other to PHP backend
- Milestone changed from later to 0.2-stable
comment:2 Changed 5 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
That was fixed some time ago.
Note: See
TracTickets for help on using
tickets.

Patch to fix vcard:import function.