Merge pull request #2042 from gproly/BUG-12494

BUG-12494 SOLVED
This commit is contained in:
julceslauhub
2013-09-10 13:47:54 -07:00

View File

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