From 1366a7fab805e1fd3acb27dadbbf74d79c86aa9b Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Tue, 20 Mar 2012 11:03:33 +0800 Subject: [PATCH] MDL-29331 Users: Participants list with user_details now show check box for bluk operation --- user/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/index.php b/user/index.php index 1d25f4228eb..08a5196821e 100644 --- a/user/index.php +++ b/user/index.php @@ -682,8 +682,8 @@ $row->cells[2]->text .= implode('', $links); - if (!empty($messageselect)) { - $row->cells[2]->text .= '
'; + if ($bulkoperations) { + $row->cells[2]->text .= '
'; } $table->data = array($row); echo html_writer::table($table);