From 905be758d3f49c7d3bd7a51dcd1ff9725f4dc674 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 17 Aug 2003 06:47:39 +0000 Subject: [PATCH] Don't need a red notification if it isn't bad --- course/scales.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.39.5