Summary | Unable to export contact list using vCard format: Undefined property: Horde_iCalendar_vcard::$version |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | amg1127 (at) cefetrs (dot) tche (dot) br |
Created | 04/30/2009 (5914 days ago) |
Due | |
Updated | 04/30/2009 (5914 days ago) |
Assigned | |
Resolved | 04/30/2009 (5914 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
Queue ⇒ Horde Framework Packages
http://cvs.horde.org/diff.php/framework/iCalendar/iCalendar/vcard.php?rt=horde&r1=1.3.10.18&r2=1.3.10.19&ty=u
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') {
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Unable to export contact list using vCard format: Undefined property: Horde_iCalendar_vcard::$version
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
messages about undefined variables in PHP:
Notice: Undefined property: Horde_iCalendar_vcard::$version in
/var/www/horde33/lib/Horde/iCalendar/vcard.php on line 57
Notice: Undefined property: Horde_iCalendar_vcard::$version in
/var/www/horde33/lib/Horde/iCalendar/vcard.php on line 59
Notice: Undefined property: Horde_iCalendar_vcard::$version in
/var/www/horde33/lib/Horde/iCalendar/vcard.php on line 57
Notice: Undefined property: Horde_iCalendar_vcard::$version in
/var/www/horde33/lib/Horde/iCalendar/vcard.php on line 59
(and more...)