Skip to content

Commit

Permalink
MDL-21781 fixed coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Apr 23, 2010
1 parent 92343cd commit a174e4a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cohort/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,7 @@ public function find_users($search) {

if ($search) {
$groupname = get_string('potusersmatching', 'cohort', $search);
}
else {
} else {
$groupname = get_string('potusers', 'cohort');
}

Expand Down Expand Up @@ -263,8 +262,7 @@ public function find_users($search) {

if ($search) {
$groupname = get_string('currentusersmatching', 'cohort', $search);
}
else {
} else {
$groupname = get_string('currentusers', 'cohort');
}

Expand Down

0 comments on commit a174e4a

Please sign in to comment.