From f261e052f2363d5d5bcb885452af366a38456298 Mon Sep 17 00:00:00 2001 From: poltawski Date: Sat, 5 May 2007 15:16:39 +0000 Subject: [PATCH] Fixed MDL-9639 and syntax error, merged from 18_STABLE --- group/lib/legacylib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } } } -- 2.39.5