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 |
Fix getActionTimestamp signature (
Bug #8273).http://git.horde.org/diff.php/kronolith/lib/api.php?rt=horde-git&r1=b7f1227dd6a4df789c79214dc1a167fc60689563&r2=c1833e796acf956590bf241fe657c75f64d90a08
http://cvs.horde.org/diff.php/kronolith/lib/api.php?rt=horde&r1=1.126.2.58&r2=1.126.2.59&ty=u
http://cvs.horde.org/diff.php/mnemo/lib/api.php?rt=horde&r1=1.53.2.32&r2=1.53.2.33&ty=u
http://cvs.horde.org/diff.php/nag/lib/api.php?rt=horde&r1=1.100.10.43&r2=1.100.10.44&ty=u
http://cvs.horde.org/diff.php/turba/lib/api.php?rt=horde&r1=1.120.2.63&r2=1.120.2.64&ty=u
Assigned to Jan Schneider
State ⇒ Resolved
Milestone ⇒
Patch ⇒ No
http://cvs.horde.org/diff.php/mnemo/lib/api.php?rt=horde&r1=1.94&r2=1.95&ty=u
http://cvs.horde.org/diff.php/nag/lib/api.php?rt=horde&r1=1.196&r2=1.197&ty=u
http://cvs.horde.org/diff.php/turba/lib/api.php?rt=horde&r1=1.268&r2=1.269&ty=u
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Bad prototypes in turba/lib/api.php
Queue ⇒ Turba
Milestone ⇒ Horde 3.3.4
Patch ⇒ Yes
State ⇒ Unconfirmed
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,..)