From 0966ea378b623a7b2fe5f20e4bdc39dac8c446ab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 4 May 2008 05:19:19 +0100 Subject: filter editor: show score_pic in params column --- functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 2366ce9c4..449bb4e51 100644 --- a/functions.php +++ b/functions.php @@ -4918,6 +4918,8 @@ if ($score > 100) { $score_pic = "score_high.png"; + } else if ($score < -100) { + $score_pic = "score_low.png"; } else { $score_pic = "score_neutral.png"; } -- cgit v1.2.3