diff options
Diffstat (limited to 'www-apps/horde-kronolith-kolab/files/HK-GW-Fix_create_new_event-2.2_alpha.patch')
-rw-r--r-- | www-apps/horde-kronolith-kolab/files/HK-GW-Fix_create_new_event-2.2_alpha.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www-apps/horde-kronolith-kolab/files/HK-GW-Fix_create_new_event-2.2_alpha.patch b/www-apps/horde-kronolith-kolab/files/HK-GW-Fix_create_new_event-2.2_alpha.patch deleted file mode 100644 index f4e5b00..0000000 --- a/www-apps/horde-kronolith-kolab/files/HK-GW-Fix_create_new_event-2.2_alpha.patch +++ /dev/null @@ -1,14 +0,0 @@ -Fix the return value when creating a new event. - -diff -r b92bff17929a kronolith/lib/Driver/kolab.php ---- a/kronolith/lib/Driver/kolab.php Wed Oct 03 16:28:16 2007 +0200 -+++ b/kronolith/lib/Driver/kolab.php Wed Oct 03 17:15:02 2007 +0200 -@@ -1190,7 +1190,7 @@ class Kronolith_Driver_kolab_wrapper_new - Kolab::triggerFreeBusyUpdate($this->_store->parseFolder($this->_driver->_calendar)); - } - -- return $uid; -+ return $event->getUID(); - } - - /** |