[Tickets #8234] Re: Unable to export contact list using vCard format: Undefined property: Horde_iCalendar_vcard::$version
bugs at horde.org
bugs at horde.org
Thu Apr 30 17:06:18 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8234
------------------------------------------------------------------------------
Ticket | 8234
Updated By | amg1127 at cefetrs.tche.br
Summary | Unable to export contact list using vCard format:
| Undefined property: Horde_iCalendar_vcard::$version
Queue | Turba
Version | 2.3.1
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
amg1127 at cefetrs.tche.br (2009-04-30 13:06) wrote:
I think the bug can be fixed by replacing lines 57-59 of
lib/Horde/iCalendar/vcard.php from:
$requiredAttributes['VERSION'] = $this->version;
$requiredAttributes['N'] = ';;;;;;';
if ($this->version == '3.0') {
to:
$requiredAttributes['VERSION'] = $this->_version;
$requiredAttributes['N'] = ';;;;;;';
if ($this->_version == '3.0') {
More information about the bugs
mailing list