| Summary | Error detected in api.php |
| Queue | Kronolith |
| Queue Version | 2.2 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | chuck (at) horde (dot) org |
| Requester | almarin (at) um (dot) es |
| Created | 07/21/2008 (6319 days ago) |
| Due | |
| Updated | 07/21/2008 (6319 days ago) |
| Assigned | |
| Resolved | 07/21/2008 (6319 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?r1=1.455&r2=1.456&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/api.php?r1=1.235&r2=1.236&ty=u
Priority ⇒ 1. Low
New Attachment: api.php.patch
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Error detected in api.php
Type ⇒ Bug
State ⇒ Unconfirmed
events added in a previous syncs are notified like modifications.
That is because a variable is bad named. In line 545, var $add should
be $created
I attach a patch to fix it