From e36344226b16cd2233ca503d9ae31f15d2e12987 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 3 Jun 2009 22:22:21 -0400 Subject: [PATCH] [cjh] Fix the signature of the kronolith/import API method (rpolli@babel.it, Bug #8309). --- kronolith/docs/CHANGES | 2 ++ kronolith/lib/api.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kronolith/docs/CHANGES b/kronolith/docs/CHANGES index 305368c6e..348cd511c 100644 --- a/kronolith/docs/CHANGES +++ b/kronolith/docs/CHANGES @@ -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). diff --git a/kronolith/lib/api.php b/kronolith/lib/api.php index 71c753a03..f051a430a 100644 --- a/kronolith/lib/api.php +++ b/kronolith/lib/api.php @@ -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( -- 2.11.0