disable otrace code

This commit is contained in:
Uwe Steinmann 2014-01-13 14:22:04 +01:00
parent 2c918eabe7
commit 713cd9e0c0

View File

@ -89,7 +89,7 @@ function getMLText($key, $replace = array(), $defaulttext = "", $lang="") { /* {
} else
$tmpText = $LANG[$lang][$key];
if($settings->_otrance) {
if(0 && $settings->_otrance) {
$_GLOBALS['used_langs'][$key] = $tmpText;
}