Issue 579 Fix - Removed some (probably) old code that caused legacy versions of IE to display the page incorrectly, break the domain selector, etc.

This commit is contained in:
Nate Jones 2014-04-27 02:16:36 +00:00
parent f9348d9caf
commit 1cfb1bceae
1 changed files with 4 additions and 7 deletions

View File

@ -39,10 +39,7 @@ else {
$order = check_str($_GET["order"]);
//add multi-lingual support
unset($text);
echo "<!--\n";
require_once "app/calls/app_languages.php";
echo "-->\n";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}