This commit is contained in:
2020-11-11 05:25:40 +01:00
parent d84d77e083
commit 576cd3619f
11 changed files with 320 additions and 287 deletions

View File

@ -179,7 +179,7 @@
$str = "";
foreach($this->rows as $row) {
forEach($row as $box) {
$str .= ($box->value? $box->value : UNKNOWN);
$str .= $box->value;
}
}
return $str;