BUG-12494 SOLVED
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user