projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28899c4
)
Fix getActionTimestamp signature (Bug #8273).
author
Jan Schneider
<jan@horde.org>
Thu, 14 May 2009 17:44:10 +0000
(19:44 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 14 May 2009 17:44:10 +0000
(19:44 +0200)
kronolith/lib/api.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/api.php
b/kronolith/lib/api.php
index
0f2c570
..
71c753a
100644
(file)
--- a/
kronolith/lib/api.php
+++ b/
kronolith/lib/api.php
@@
-75,7
+75,7
@@
$_services['listBy'] = array(
);
$_services['getActionTimestamp'] = array(
- 'args' => array('uid' => 'string', '
timestamp' => 'int
'),
+ 'args' => array('uid' => 'string', '
action' => 'string', 'calendar' => 'string
'),
'type' => 'int',
);