BMD export update / address Skonto
This commit is contained in:
@@ -279,9 +279,12 @@ if(!isset($lang)) {
|
||||
$lang = [];
|
||||
}
|
||||
|
||||
function __($string, $prefix = null) {
|
||||
function __($_string, $prefix = null) {
|
||||
global $lang;
|
||||
|
||||
$string = str_replace(["Ä","Ö","Ü"],["ä","ö","ü"] , strtolower($_string));
|
||||
|
||||
|
||||
if(!$lang) {
|
||||
//mfLoghandler::singleton()->debug("Loading language file for __() function");
|
||||
include(BASEDIR . "/lang/de.php");
|
||||
|
||||
Reference in New Issue
Block a user