[Tickets #8274] kronolith/lib/api.php missing function in wsdl
bugs at horde.org
bugs at horde.org
Thu May 14 11:40:22 UTC 2009
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8274
------------------------------------------------------------------------------
Ticket | 8274
Created By | rpolli at babel.it
Summary | kronolith/lib/api.php missing function in wsdl
Queue | Kronolith
Version | 2.3.1
Type | Enhancement
State | New
Priority | 2. Medium
Milestone | 2.3.1
Patch | 1
Owners |
------------------------------------------------------------------------------
rpolli at babel.it (2009-05-14 07:40) wrote:
the documented function _kronolith_modified(string uid) isn't exposed
by webservice
@line 81
+ $_services['modified'] = array(
+ 'args' => array('uid' => 'string'),
+ 'type' => 'int',
+);
@230
+function _kronolith_modified($uid)
+{
+ return __kronolith_modified($uid);
+}
More information about the bugs
mailing list