Fixed MDL-9639 and syntax error, merged from 18_STABLE

This commit is contained in:
poltawski 2007-05-05 15:16:39 +00:00
parent 5931ea94a1
commit f261e052f2

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');
}
}
}