fix export
This commit is contained in:
parent
e59574b039
commit
01e9fe7eba
@ -87,7 +87,7 @@
|
|||||||
echo "</div>";
|
echo "</div>";
|
||||||
}
|
}
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
$strDefect = (isset($row['defect']) && $row['defect']>0) ? $arrDefect[$row['defect']] : "";
|
$strDefect = (isset($row['defect']) && $row['defect']>=0) ? $arrDefect[$row['defect']] : "";
|
||||||
echo "<td>".$strDefect."</td>\n";
|
echo "<td>".$strDefect."</td>\n";
|
||||||
|
|
||||||
echo "<td>";
|
echo "<td>";
|
||||||
|
Loading…
Reference in New Issue
Block a user