From b32c296f21dff0a2af3175e129f3e8ed42c0b894 Mon Sep 17 00:00:00 2001 From: mudrd8mz Date: Mon, 19 May 2008 21:49:32 +0000 Subject: [PATCH] MDL-13997 merged from 19_STABLE --- admin/lang.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/lang.php b/admin/lang.php index 43157369cf..1f134e30e8 100644 --- a/admin/lang.php +++ b/admin/lang.php @@ -294,7 +294,7 @@ $missingcounter++; } if (LANG_LINK_MISSING_STRINGS && ($missingstring || $translationsdiffer)) { - $missinglinkstart = ""; + $missinglinkstart = ""; $missinglinkend = ''; } else { $missinglinkstart = ''; @@ -571,7 +571,7 @@ } $o .= '">'; $o .= ''; - $o .= ''.$envalue.''; + $o .= ''.$envalue.''; $o .= '
'."\n"; $o .= ''.$key.''; $o .= ''."\n"; @@ -613,7 +613,7 @@ } } else { // the string is translated in the pack being processed - if ($value <> $value2 && ($uselocal || $value2 <> '')) { + if ($value <> $value2 && ($value2 <> '')) { $cellcolour = 'class="localdifferent"'; $usetabindex = true; $missingcounter++; -- 2.39.5