Infolog renaming classes minor fix (botimesheet -> timesheet_bo)

This commit is contained in:
José Luis Gordo Romero 2008-10-08 08:13:17 +00:00
parent 226df83e0b
commit fdb1b050f7

View File

@ -214,7 +214,7 @@ class infolog_ui
}
if ($this->prefs['show_times'] && isset($GLOBALS['egw_info']['user']['apps']['timesheet']) && $timesheets)
{
$sum = ExecMethod('timesheet.botimesheet.sum',$timesheets);
$sum = ExecMethod('timesheet.timesheet_bo.sum',$timesheets);
$info['info_sum_timesheets'] = $sum['duration'];
}
}