mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:27 +01:00
removed some unneeded ,
This commit is contained in:
parent
8f70271bd2
commit
64762096b7
@ -533,7 +533,7 @@
|
|||||||
date('s', $vcardData['end']),
|
date('s', $vcardData['end']),
|
||||||
date('m', $vcardData['end']),
|
date('m', $vcardData['end']),
|
||||||
date('d', $vcardData['end']),
|
date('d', $vcardData['end']),
|
||||||
date('Y', $vcardData['end']) + ($recurenceMatches[2] * $vcardData['recur_interval']),
|
date('Y', $vcardData['end']) + ($recurenceMatches[2] * $vcardData['recur_interval'])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} elseif(preg_match('/YM(\d+) (.*)/',$recurence, $recurenceMatches)) {
|
} elseif(preg_match('/YM(\d+) (.*)/',$recurence, $recurenceMatches)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user