]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed MDL-9639 and syntax error, merged from 18_STABLE
authorpoltawski <poltawski>
Sat, 5 May 2007 15:16:39 +0000 (15:16 +0000)
committerpoltawski <poltawski>
Sat, 5 May 2007 15:16:39 +0000 (15:16 +0000)
group/lib/legacylib.php

index f434d78f581dfabb3b9dab0287fbf1b73812de6e..ddaa9f3b1be0ac6f2940885ab304bc7db3f4ef86 100644 (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');
                 }
             }
         }