Fixed MDL-9639 and syntax errror

This commit is contained in:
poltawski 2007-05-05 15:14:57 +00:00
parent 5ceb953522
commit 56fc04e3af

View file

@ -270,7 +270,7 @@ function get_and_set_current_group($course, $groupmode, $groupid=-1) {
}
else {
echo($group->id);
notify('you do not belong to this group!',error);
notify('You do not belong to this group!', 'error');
}
}
}