6.0.0-beta1
7/29/25

[#8551] listBy: bad prototype in turba/lib/api.php
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 (5808 days ago)
Due
Updated 09/04/2009 (5807 days ago)
Assigned
Resolved 09/04/2009 (5807 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
09/04/2009 10:39:32 AM Jan Schneider Comment #3
Assigned to Jan Schneider
State ⇒ Resolved
Reply to this comment
the same could happen in other files like this
It would speed things up if you could provide a complete patch then.
09/03/2009 05:05:25 PM rpolli (at) babel (dot) it Comment #1
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ listBy: bad prototype in turba/lib/api.php
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
the same could happen in other files like this



--- -   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',

  );


Saved Queries