parent
b5b62a5a62
commit
3d84870db8
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ class DBC
|
|||
|
||||
$outIdx = $j + $offset;
|
||||
|
||||
if (isset($row[$outIdx]) && $type != 'S')
|
||||
if (!empty($row[$outIdx]) && $type != 'S')
|
||||
continue;
|
||||
|
||||
switch ($type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue