mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
patch from christian binder
563: set delimiter to ";" instead of ","
This commit is contained in:
parent
7251eee8b8
commit
ef0cd37162
@ -554,7 +554,7 @@ class Horde_iCalendar {
|
||||
case 'EXDATE':
|
||||
$values = array();
|
||||
$dates = array();
|
||||
preg_match_all('/,([^,]*)/', ',' . $value, $values);
|
||||
preg_match_all('/;([^;]*)/', ';' . $value, $values);
|
||||
|
||||
foreach ($values[1] as $value) {
|
||||
if (isset($params['VALUE'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user