BUG 15973 "Multilenguaje en los las variables..." SOLVED
This commit is contained in:
@@ -534,8 +534,9 @@ switch (($_POST['action']) ? $_POST['action'] : $_REQUEST['action']) {
|
||||
global $G_PUBLISH;
|
||||
|
||||
$arrayToTranslation = array(
|
||||
"OUTPUT" => G::LoadTranslation("ID_OUTPUT_DB"),
|
||||
"INPUT" => G::LoadTranslation("ID_INPUT_DB")
|
||||
"INPUT" => G::LoadTranslation("ID_INPUT_DB"),
|
||||
"OUTPUT" => G::LoadTranslation("ID_OUTPUT_DB"),
|
||||
"ATTACHED" => G::LoadTranslation("ID_ATTACHED_DB")
|
||||
);
|
||||
|
||||
$oCase = new Cases();
|
||||
|
||||
Reference in New Issue
Block a user