$langFiles = getArrayFromDirectory('inc/language/', '', false, false, array('_de.php'), '.php', '@(\.|\.\.)$@', true, getCurrentLanguage());
// By default nothing is checked, which is isn't right...
-$SW = 2; $OUT = '';
+$OUT = '';
// Get valid languages
$validLanguages = getValidLanguages(getCurrentLanguage());
$content = array(
'source' => $langFile,
'target' => basename($INC),
- 'sw' => $SW,
);
// Compares, all fine
'target' => basename($INC),
'diff_count' => translateComma(getLanguageComparisonDifference($INC)),
'diff_content' => $diffContent,
- 'sw' => $SW,
);
// Compares, all fine
$content = array(
'file' => basename($INC),
'lang' => $lang,
- 'sw' => $SW,
);
// Load template
$OUT .= loadTemplate('admin_repair_lang_row_404', true, $content);
}
-
- // Switch color
- $SW = 3 - $SW;
} // END - foreach
} // END - foreach