BUG 15973 "Multilenguaje en los las variables..." SOLVED

This commit is contained in:
Luis Fernando Saisa Lopez
2014-10-08 14:31:00 -04:00
parent a6ed36040c
commit 4f8f609f74

View File

@@ -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();