mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
disable otrace code
This commit is contained in:
parent
2c918eabe7
commit
713cd9e0c0
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user