From a174e4a31aee59802fe8f4ba865a6a7837848495 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 23 Apr 2010 09:16:18 +0000 Subject: [PATCH] MDL-21781 fixed coding style --- cohort/lib.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cohort/lib.php b/cohort/lib.php index 176093d54d2..caffeb757db 100644 --- a/cohort/lib.php +++ b/cohort/lib.php @@ -200,8 +200,7 @@ class cohort_candidate_selector extends user_selector_base { if ($search) { $groupname = get_string('potusersmatching', 'cohort', $search); - } - else { + } else { $groupname = get_string('potusers', 'cohort'); } @@ -263,8 +262,7 @@ class cohort_existing_selector extends user_selector_base { if ($search) { $groupname = get_string('currentusersmatching', 'cohort', $search); - } - else { + } else { $groupname = get_string('currentusers', 'cohort'); } -- 2.43.0