]> git.mjollnir.org Git - moodle.git/commitdiff
Don't need a red notification if it isn't bad
authormoodler <moodler>
Sun, 17 Aug 2003 06:47:39 +0000 (06:47 +0000)
committermoodler <moodler>
Sun, 17 Aug 2003 06:47:39 +0000 (06:47 +0000)
course/scales.php

index 0bf879fc06bdbc950c696781fd02686a4764f2a6..8ce76a4c62a673a76bce9407e5e9b8deecd4d548 100644 (file)
     print_heading_with_help($strcustomscales, "scales");
 
     if (!empty($notify)) {
-        notify($notify);
+        notify($notify, "green");
     }