Make changing status for whole query work

This commit is contained in:
Nathan Gray 2010-02-22 23:08:31 +00:00
parent 3f46d3f4e3
commit ee5edc0bd6

View File

@ -759,7 +759,7 @@ class timesheet_ui extends timesheet_bo
else
{
if ($this->action($content['action'],$content['nm']['rows']['checked'],$content['use_all'],
$success,$failed,$action_msg,$content['action'],$msg))
$success,$failed,$action_msg,'index',$msg))
{
$msg .= lang('%1 timesheets(s) %2',$success,$action_msg);
}