Skip to content

Commit

Permalink
Check for Empty row string
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammed Rabeeh <mohammadrabeeh@gmail.com>
  • Loading branch information
rabeehrz committed Jan 26, 2020
1 parent 00284d4 commit f861ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/classes/Display/Results.php
Expand Up @@ -2859,6 +2859,7 @@ private function _getRowValues(
$tblLower = mb_strtolower($meta->orgtable);
$nameLower = mb_strtolower($meta->orgname);
if (! empty($this->transformation_info[$dbLower][$tblLower][$nameLower])
&& ($row[$i])
&& (trim($row[$i]) != '')
&& ! $_SESSION['tmpval']['hide_transformation']
) {
Expand Down

0 comments on commit f861ad9

Please sign in to comment.