BUG-12494 SOLVED

This commit is contained in:
Roly Gutierrez
2013-09-10 10:31:08 -04:00
parent c45067440b
commit fc46da00a7

View File

@@ -1747,6 +1747,7 @@ class G
$arrayGrid = array_unique($arrayGrid); $arrayGrid = array_unique($arrayGrid);
foreach ($arrayGrid as $index => $value) { foreach ($arrayGrid as $index => $value) {
if($value !== "") {
$grdName = $value; $grdName = $value;
$strContentAux1 = $strContentAux; $strContentAux1 = $strContentAux;
@@ -1774,6 +1775,8 @@ class G
} }
$strContentAux = $strContentAux1 . $strContentAux; $strContentAux = $strContentAux1 . $strContentAux;
}
} }
} }