mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +01:00
Was not setting the interval properly.
This commit is contained in:
parent
ff561ad805
commit
4a28aaf69f
@ -246,7 +246,7 @@ class calendar__
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_common_recur($year,$month,$day)
|
function set_common_recur($year,$month,$day,$interval)
|
||||||
{
|
{
|
||||||
if(intval($day) == 0 && intval($month) == 0 && intval($year) == 0)
|
if(intval($day) == 0 && intval($month) == 0 && intval($year) == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user