fixed typo reported on german list

This commit is contained in:
Ralf Becker 2005-12-01 23:22:15 +00:00
parent 341eb15afb
commit 9d825d1487

View File

@ -354,7 +354,7 @@
}
elseif (preg_match('/BYDAY=([^;: ]+)/',$recurence,$recurenceMatches)) // 2.0
{
$days = exploce(',',$recurenceMatches[1]);
$days = explode(',',$recurenceMatches[1]);
}
if ($days)
{