mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
fix regarding the renaming of the calendar classes
This commit is contained in:
parent
01c02fe075
commit
2c33afe51b
@ -130,8 +130,8 @@ class addressbook_merge // extends bo_merge
|
|||||||
*/
|
*/
|
||||||
function calendar_replacements($id,$last_event_too=false)
|
function calendar_replacements($id,$last_event_too=false)
|
||||||
{
|
{
|
||||||
require_once(EGW_INCLUDE_ROOT.'/calendar/inc/class.bocalupdate.inc.php');
|
require_once(EGW_INCLUDE_ROOT.'/calendar/inc/class.calendar_boupdate.inc.php');
|
||||||
$calendar =& new bocalupdate();
|
$calendar =& new calendar_boupdate();
|
||||||
|
|
||||||
// next events
|
// next events
|
||||||
$events = $calendar->search(array(
|
$events = $calendar->search(array(
|
||||||
@ -360,4 +360,4 @@ class addressbook_merge // extends bo_merge
|
|||||||
|
|
||||||
$GLOBALS['egw']->common->egw_footer();
|
$GLOBALS['egw']->common->egw_footer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user