forked from extern/egroupware
fix for bug #408734 - event_set_recur_daily() not found
This commit is contained in:
parent
1575e37617
commit
b1c830af8c
@ -641,7 +641,7 @@ class calendar_ extends calendar__
|
|||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
|
|
||||||
function event_recur_daily($stream,$year,$monh,$day,$interval)
|
function event_set_recur_daily($stream,$year,$monh,$day,$interval)
|
||||||
{
|
{
|
||||||
// Legacy Support
|
// Legacy Support
|
||||||
$this->event->rpt_type = 'daily';
|
$this->event->rpt_type = 'daily';
|
||||||
|
Loading…
Reference in New Issue
Block a user