From: mudrd8mz Date: Mon, 19 May 2008 21:49:32 +0000 (+0000) Subject: MDL-13997 merged from 19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b32c296f21dff0a2af3175e129f3e8ed42c0b894;p=moodle.git MDL-13997 merged from 19_STABLE --- 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++;