Summary | tovCard doesnt export categories |
Queue | Turba |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 08/20/2007 (6501 days ago) |
Due | |
Updated | 08/24/2007 (6497 days ago) |
Assigned | |
Resolved | 08/24/2007 (6497 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
function tovCard
add to swith section
case 'businessCategory':
$vcard->setAttribute('CATEGORIES', $val);
break;
function toHash
add to swith section
case 'CATEGORIES':
$hash['businessCategory'] = str_replace('\; ', ';',
$item['value']);
break;
}
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ tovCard doesnt export categories
Queue ⇒ Turba
State ⇒ Unconfirmed