mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
important patch from Jan
This commit is contained in:
parent
224fa8f7af
commit
1d791acb2f
@ -560,7 +560,7 @@ class Horde_iCalendar {
|
||||
$dates = array();
|
||||
preg_match_all('/,([^,]*)/', ',' . $value, $values);
|
||||
|
||||
foreach ($values as $value) {
|
||||
foreach ($values[1] as $value) {
|
||||
if (isset($params['VALUE'])) {
|
||||
if ($params['VALUE'] == 'DATE-TIME') {
|
||||
$dates[] = $this->_parseDateTime($value);
|
||||
|
Loading…
Reference in New Issue
Block a user