forked from extern/egroupware
Fix yearly recurrence issue for version 1.0
This commit is contained in:
parent
082b870051
commit
d6da8d8980
@ -1756,7 +1756,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case 'Y': // 1.0
|
case 'Y': // 1.0
|
||||||
if (preg_match('/YM(\d+)[^#]*#(.\d)/', $recurence, $recurenceMatches))
|
if (preg_match('/YM(\d+)[^#]*#(\d+)/', $recurence, $recurenceMatches))
|
||||||
{
|
{
|
||||||
$vcardData['recur_interval'] = $recurenceMatches[1];
|
$vcardData['recur_interval'] = $recurenceMatches[1];
|
||||||
if ($recurenceMatches[2] > 0 && $vcardData['end'])
|
if ($recurenceMatches[2] > 0 && $vcardData['end'])
|
||||||
|
Loading…
Reference in New Issue
Block a user