Increase multiplier to 10 (for csv check)
phpcs-errors:253 phpunit-status:successful
This commit is contained in:
parent
bfb30c7032
commit
863fb2ad6e
|
@ -27,7 +27,7 @@ $filename = $_GET['fnam'];
|
|||
$csv_datei = 'csv/' . $filename;
|
||||
|
||||
// Get allowed values * $fieldNoMultiplicator
|
||||
$fieldNoMultiplicator = 5;
|
||||
$fieldNoMultiplicator = 10;
|
||||
require __DIR__ . "/values/availableFields.php";
|
||||
|
||||
$allowed = $eventpart = $eventpartsure = $fieldsWithDependency = $fieldsWithAllowedValueSet = [];
|
||||
|
|
Loading…
Reference in New Issue
Block a user