6.0.0-beta1
7/6/25

[#8273] Bad prototypes in turba/lib/api.php
Summary Bad prototypes in turba/lib/api.php
Queue Turba
Queue Version 2.3.1
Type Bug
State Resolved
Priority 2. Medium
Owners jan (at) horde (dot) org
Requester rpolli (at) babel (dot) it
Created 05/14/2009 (5897 days ago)
Due
Updated 01/13/2010 (5653 days ago)
Assigned
Resolved 05/14/2009 (5897 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
05/14/2009 05:44:30 PM Jan Schneider Comment #3
Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒
Patch ⇒ No
Reply to this comment
Fixed.
05/14/2009 11:26:52 AM rpolli (at) babel (dot) it Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Bad prototypes in turba/lib/api.php
Queue ⇒ Turba
Milestone ⇒ Horde 3.3.4
Patch ⇒ Yes
State ⇒ Unconfirmed
Reply to this comment
getActionTimestamp is declared (string,int)

while it's (string,string)



$_services['getActionTimestamp'] = array(

-    'args' => array('uid' => 'string', 'timestamp' => 'int'),

+    'args' => array('uid' => 'string', 'action' => 'string'),

     'type' => 'int',

);



The same issue persists on all api.php (kronolith, nag,..)

Saved Queries