parse_excel_echecklist.php:

Skip parsing orphan worksheet
Issue error if there are more than 100 targets in any worksheet
Save findings when you get above 1000

database.inc:
Comment out block of code to retrieve orphan findings to export to the eChecklist

setup.php:
Convert possible algorithms to lower case. (should fix bug that person on FB was seeing).
This commit is contained in:
2018-12-14 09:32:40 -05:00
parent 92cbf58145
commit a32988ed03
3 changed files with 22 additions and 9 deletions

View File

@ -3436,6 +3436,7 @@ class db
}
}
/*
$where = [
[
'field' => 'gof.cat_id',
@ -3546,6 +3547,7 @@ class db
}
}
}
*/
return $ret;
}