mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Fix yearly recurrence issue for version 1.0
This commit is contained in:
parent
4d046e3727
commit
e5887937cc
@ -1773,7 +1773,7 @@ class calendar_ical extends calendar_boupdate
|
||||
break;
|
||||
|
||||
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];
|
||||
if ($recurenceMatches[2] > 0 && $vcardData['end'])
|
||||
|
Loading…
Reference in New Issue
Block a user