mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
@@ -427,7 +427,7 @@ class DBC
|
|||||||
|
|
||||||
$outIdx = $j + $offset;
|
$outIdx = $j + $offset;
|
||||||
|
|
||||||
if (isset($row[$outIdx]) && $type != 'S')
|
if (!empty($row[$outIdx]) && $type != 'S')
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
switch ($type)
|
switch ($type)
|
||||||
|
|||||||
Reference in New Issue
Block a user