Was not setting the interval properly.

This commit is contained in:
skeeter 2001-03-31 14:33:40 +00:00
parent ff561ad805
commit 4a28aaf69f

View File

@ -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)
{ {