fix regarding the renaming of the calendar classes

This commit is contained in:
Klaus Leithoff 2008-06-09 12:32:15 +00:00
parent 01c02fe075
commit 2c33afe51b

View File

@ -130,8 +130,8 @@ class addressbook_merge // extends bo_merge
*/
function calendar_replacements($id,$last_event_too=false)
{
require_once(EGW_INCLUDE_ROOT.'/calendar/inc/class.bocalupdate.inc.php');
$calendar =& new bocalupdate();
require_once(EGW_INCLUDE_ROOT.'/calendar/inc/class.calendar_boupdate.inc.php');
$calendar =& new calendar_boupdate();
// next events
$events = $calendar->search(array(
@ -360,4 +360,4 @@ class addressbook_merge // extends bo_merge
$GLOBALS['egw']->common->egw_footer();
}
}
}