[cjh] Fix the signature of the kronolith/import API method
authorChuck Hagenbuch <chuck@horde.org>
Thu, 4 Jun 2009 02:22:21 +0000 (22:22 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 4 Jun 2009 02:22:21 +0000 (22:22 -0400)
      (rpolli@babel.it, Bug #8309).

kronolith/docs/CHANGES
kronolith/lib/api.php

index 305368c..348cd51 100644 (file)
@@ -20,6 +20,8 @@ v3.0-git
 v2.3.2-cvs
 ----------
 
+[cjh] Fix the signature of the kronolith/import API method
+      (rpolli@babel.it, Bug #8309).
 [jan] Correctly create all-day events if using the all-day link in the day
       view (stpierre@nebrwesleyan.edu, Bug #8220).
 [jan] Fix rendering of all-day events (Bug #8176).
index 71c753a..f051a43 100644 (file)
@@ -81,7 +81,7 @@ $_services['getActionTimestamp'] = array(
 
 $_services['import'] = array(
     'args' => array('content' => 'string', 'contentType' => 'string', 'calendar' => 'string'),
-    'type' => 'int'
+    'type' => 'string'
 );
 
 $_services['export'] = array(