[Tickets #12505] Re: Free/busy URL is not found on re-open of events
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Oct 16 10:17:29 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12505
------------------------------------------------------------------------------
Ticket | 12505
Updated By | lst_hoe02 at kwsoft.de
Summary | Free/busy URL is not found on re-open of events
Queue | Kronolith
Version | 4.1.2
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
lst_hoe02 at kwsoft.de (2013-10-16 10:17) wrote:
So this would be the patch to make the search case insensitive, but as
said i don't what other fuzzyness the nonstrict search will result in.
--- kronolith/lib/FreeBusy.php 2013-10-02 16:36:27.000000000 +0200
+++ kronolith/lib/FreeBusy.patch.php 2013-10-16 12:13:50.000000000 +0200
@@ -253,7 +253,7 @@
try {
$result = $GLOBALS['registry']->call('contacts/getField',
- array($email,
'freebusyUrl', $sources, true, true));
+ array($email,
'freebusyUrl', $sources, false, true));
} catch (Horde_Exception $e) {
return false;
}
More information about the bugs
mailing list