fix for bug #408734 - event_set_recur_daily() not found

This commit is contained in:
skeeter 2001-03-16 03:06:11 +00:00
parent 1575e37617
commit b1c830af8c

View File

@ -641,7 +641,7 @@ class calendar_ extends calendar__
return True;
}
function event_recur_daily($stream,$year,$monh,$day,$interval)
function event_set_recur_daily($stream,$year,$monh,$day,$interval)
{
// Legacy Support
$this->event->rpt_type = 'daily';