1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Downloads plugin language file cleanup

This commit is contained in:
Cameron
2015-01-22 22:05:25 -08:00
parent 169ba435d5
commit 2fef44272e
7 changed files with 34 additions and 35 deletions

View File

@@ -672,7 +672,7 @@ function multilang_prefs()
</tr>";
if(isset($_SERVER['E_DEV_LANGUAGE']) && $_SERVER['E_DEV_LANGUAGE'] === 'true')
// if(isset($_SERVER['E_DEV_LANGUAGE']) && $_SERVER['E_DEV_LANGUAGE'] === 'true')
{
$text .= "
@@ -1071,7 +1071,7 @@ function show_tools()
show_packs();
if(vartrue($_SERVER['E_DEV']))
if(!vartrue($_SERVER['E_DEV']))
{
return;
}
@@ -1668,8 +1668,8 @@ function unused($lanfile,$script,$reverse=false)
// print_a($compare);
// print_a($lanDefines);
if(!$compare)
{