From: paca70 <paca70>
Date: Sat, 19 Apr 2003 19:09:01 +0000 (+0000)
Subject: Undoing needless change.
X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=44a334d874519772897cb3defc8ca92e32e8f0c5;p=moodle.git

Undoing needless change.
---

diff --git a/admin/lang.php b/admin/lang.php
index a1746b7e83..763c3fe23b 100644
--- a/admin/lang.php
+++ b/admin/lang.php
@@ -188,7 +188,7 @@
                 $value = str_replace("%%","%",$value);
                 $value = htmlspecialchars($value);
 
-                $cellcolour = $value==="" ? $THEME->highlight: $THEME->cellcontent;
+                $cellcolour = $value ? $THEME->cellcontent: $THEME->highlight;
 
                 if ($editable) {
                     echo "<TD WIDTH=40% BGCOLOR=\"$cellcolour\" VALIGN=TOP>";