| Summary | bad prototype in kronolith/lib/api.php calendar.import |
| Queue | Kronolith |
| Queue Version | 2.3.1 |
| Type | Bug |
| State | Resolved |
| Priority | 3. High |
| Owners | chuck (at) horde (dot) org |
| Requester | rpolli (at) babel (dot) it |
| Created | 05/26/2009 (6009 days ago) |
| Due | |
| Updated | 01/13/2010 (5777 days ago) |
| Assigned | |
| Resolved | 06/04/2009 (6000 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 2.3.2 |
| Patch | Yes |
[cjh] Fix the signature of the kronolith/import API method
(rpolli@babel.it,
Bug #8309).http://git.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde-git&r1=7c068474beb913598aa72764fa1bb89d1fb5db96&r2=e36344226b16cd2233ca503d9ae31f15d2e12987
http://git.horde.org/diff.php/kronolith/lib/api.php?rt=horde-git&r1=c1833e796acf956590bf241fe657c75f64d90a08&r2=e36344226b16cd2233ca503d9ae31f15d2e12987
Thanks again.
(mnemo, nag,...)
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Milestone ⇒ 2.3.2
http://cvs.horde.org/diff.php/kronolith/docs/CHANGES?rt=horde&r1=1.165.2.261&r2=1.165.2.262&ty=u
http://cvs.horde.org/diff.php/kronolith/lib/api.php?rt=horde&r1=1.126.2.59&r2=1.126.2.60&ty=u
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ bad prototype in kronolith/lib/api.php calendar.import
Queue ⇒ Kronolith
Milestone ⇒ 3.4.4
Patch ⇒ Yes
State ⇒ Unconfirmed
$_services['import'] = array(
'args' => array('content' => 'string', 'contentType' => 'string',
'calendar' => 'string'),
- 'type' => 'int'
+ 'type' => 'string'
);