6.0.0-beta1
8/14/25

[#8309] bad prototype in kronolith/lib/api.php calendar.import
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 (5924 days ago)
Due
Updated 01/13/2010 (5692 days ago)
Assigned
Resolved 06/04/2009 (5915 days ago)
Github Issue Link
Github Pull Request
Milestone 2.3.2
Patch Yes

History
06/04/2009 03:23:36 PM Chuck Hagenbuch Comment #5 Reply to this comment
I only saw it in mnemo and nag, and am committing the change there. 
Thanks again.
06/04/2009 10:05:21 AM rpolli (at) babel (dot) it Comment #4 Reply to this comment
probably we got the same issue on the other modules' import function 
(mnemo, nag,...)
06/04/2009 02:23:42 AM Chuck Hagenbuch Comment #3
Assigned to Chuck Hagenbuch
State ⇒ Resolved
Milestone ⇒ 2.3.2
Reply to this comment
Fixed, thanks!
05/26/2009 01:23:41 PM rpolli (at) babel (dot) it Comment #1
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
Reply to this comment
in kronolith/lib/api.php 90c84

$_services['import'] = array(

     'args' => array('content' => 'string', 'contentType' => 'string', 
'calendar' => 'string'),

-   'type' => 'int'

+  'type' => 'string'

);


Saved Queries