From 2ba1d64b0c25521f91c82468463f66faf70c2532 Mon Sep 17 00:00:00 2001 From: Cyprian Guerra Date: Thu, 28 Mar 2019 10:52:32 +0100 Subject: [PATCH] fixing `Invalid parameter number: :collection_id` --- inc/caldav-PUT-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-PUT-functions.php b/inc/caldav-PUT-functions.php index e7784dbf..bcdcb3c4 100644 --- a/inc/caldav-PUT-functions.php +++ b/inc/caldav-PUT-functions.php @@ -1645,7 +1645,7 @@ INSERT INTO calendar_item (user_no, dav_name, dav_id, dav_etag, uid, dtstamp, VALUES ( :user_no, :dav_name, :dav_id, :etag, :uid, :dtstamp, :dtstart, $dtend, :summary, :location, :class, :transp, :description, :rrule, :tzid, :modified, :url, :priority, - :created, :due, :percent_complete, :status, $collection_id, + :created, :due, :percent_complete, :status, :collection_id, :first_instance_start, :last_instance_end) EOSQL; $sync_change = 201;