Summary | turba\lib\Driver.php fistname instead of firstname |
Queue | Turba |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | patrick.abiven (at) apitech (dot) fr |
Created | 11/23/2006 (6904 days ago) |
Due | |
Updated | 11/23/2006 (6904 days ago) |
Assigned | |
Resolved | 11/23/2006 (6904 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ turba\lib\Driver.php fistname instead of firstname
Queue ⇒ Turba
In Driver.php, line 788 (v1.116), in the function tovCard(), the field
firstname is not well written (r letter is missing).
$hash['fistname'] = ''; should be $hash['firstname'] = '';
Regards
Patrick