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:
@ -3436,6 +3436,7 @@ class db
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
$where = [
|
||||
[
|
||||
'field' => 'gof.cat_id',
|
||||
@ -3546,6 +3547,7 @@ class db
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user