From 0b79a0466d018a7e1ff920e7c20d66febf12ebe0 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 22 Feb 2010 23:02:25 +0000 Subject: [PATCH] Make changing status for whole query work --- timesheet/inc/class.timesheet_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index cf5bb95259..6889615907 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -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); }