mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
fixed typo reported on german list
This commit is contained in:
parent
341eb15afb
commit
9d825d1487
@ -354,7 +354,7 @@
|
||||
}
|
||||
elseif (preg_match('/BYDAY=([^;: ]+)/',$recurence,$recurenceMatches)) // 2.0
|
||||
{
|
||||
$days = exploce(',',$recurenceMatches[1]);
|
||||
$days = explode(',',$recurenceMatches[1]);
|
||||
}
|
||||
if ($days)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user