From 4861134ce06ef2d784cf981a5519c392a45f8136 Mon Sep 17 00:00:00 2001 From: dirk Date: Tue, 27 Sep 2011 23:41:02 +0200 Subject: bug-827 added italics line for $awarded=$points=0 --- includes/wot.inc.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/wot.inc.php b/includes/wot.inc.php index 89dee8c..3cbafcb 100644 --- a/includes/wot.inc.php +++ b/includes/wot.inc.php @@ -236,8 +236,11 @@ if ($awarded == $points) { - $emopen=""; - $emclose=""; + if ($awarded == "0") + { + $emopen=""; + $emclose=""; + } } ?> -- cgit v1.2.1