From: poltawski Date: Sat, 5 May 2007 15:16:39 +0000 (+0000) Subject: Fixed MDL-9639 and syntax error, merged from 18_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f261e052f2363d5d5bcb885452af366a38456298;p=moodle.git Fixed MDL-9639 and syntax error, merged from 18_STABLE --- diff --git a/group/lib/legacylib.php b/group/lib/legacylib.php index f434d78f58..ddaa9f3b1b 100644 --- a/group/lib/legacylib.php +++ b/group/lib/legacylib.php @@ -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'); } } }