| Summary | listBy: bad prototype in turba/lib/api.php |
| Queue | Turba |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | jan (at) horde (dot) org |
| Requester | rpolli (at) babel (dot) it |
| Created | 09/03/2009 (5910 days ago) |
| Due | |
| Updated | 09/04/2009 (5909 days ago) |
| Assigned | |
| Resolved | 09/04/2009 (5909 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
Assigned to Jan Schneider
State ⇒ Resolved
http://cvs.horde.org/diff.php/kronolith/lib/api.php?rt=horde&r1=1.126.2.63&r2=1.126.2.64&ty=u
http://cvs.horde.org/diff.php/mnemo/lib/api.php?rt=horde&r1=1.53.2.34&r2=1.53.2.35&ty=u
http://cvs.horde.org/diff.php/nag/lib/api.php?rt=horde&r1=1.100.10.45&r2=1.100.10.46&ty=u
http://cvs.horde.org/diff.php/turba/lib/api.php?rt=horde&r1=1.120.2.67&r2=1.120.2.68&ty=u
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ listBy: bad prototype in turba/lib/api.php
Type ⇒ Bug
State ⇒ Unconfirmed
--- - 2009-09-03 18:40:23.655772575 +0200
+++ horde-webmail-1.2.3/turba/lib/api.php 2009-06-17
13:41:57.000000000 +0200
@@ -50,12 +50,12 @@
);
$_services['listBy'] = array(
- 'args' => array('action' => 'string', 'timestamp' => 'int'),
+ 'args' => array('action' => 'string', 'timestamp' => 'int',
'sources' => '{urn:horde}stringArray'),
'type' => '{urn:horde}stringArray',
);