[Tickets #8273] Bad prototypes in turba/lib/api.php

bugs at horde.org bugs at horde.org
Thu May 14 11:26:52 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8273
------------------------------------------------------------------------------
  Ticket             | 8273
  Created By         | rpolli at babel.it
  Summary            | Bad prototypes in turba/lib/api.php
  Queue              | Turba
  Version            | 2.3.1
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          | Horde 3.3.4
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


rpolli at babel.it (2009-05-14 07:26) wrote:

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,..)






More information about the bugs mailing list