From: moodler Date: Sun, 17 Aug 2003 06:47:39 +0000 (+0000) Subject: Don't need a red notification if it isn't bad X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=905be758d3f49c7d3bd7a51dcd1ff9725f4dc674;p=moodle.git Don't need a red notification if it isn't bad --- diff --git a/course/scales.php b/course/scales.php index 0bf879fc06..8ce76a4c62 100644 --- a/course/scales.php +++ b/course/scales.php @@ -150,7 +150,7 @@ print_heading_with_help($strcustomscales, "scales"); if (!empty($notify)) { - notify($notify); + notify($notify, "green"); }