From 9bf3f101cc47b8c521b44217e5763e85b79898db Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 16:15:38 +0100 Subject: disable manual article rescoring --- functions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 984365e73..d7342e2cd 100644 --- a/functions.php +++ b/functions.php @@ -5106,10 +5106,12 @@ $score_pic = get_score_pic($score); - $score_title = __("(Click to change)"); +/* $score_title = __("(Click to change)"); + $score_pic = ""; */ $score_pic = ""; + title=\"$score\">"; if ($score > 500) { $hlc_suffix = "H"; -- cgit v1.2.3