Increase multiplier to 10 (for csv check)

phpcs-errors:253 phpunit-status:successful
This commit is contained in:
Joshua Ramon Enslin 2019-11-13 15:19:22 +01:00 committed by Stefan Rohde-Enslin
parent bfb30c7032
commit 863fb2ad6e

View File

@ -27,7 +27,7 @@ $filename = $_GET['fnam'];
$csv_datei = 'csv/' . $filename; $csv_datei = 'csv/' . $filename;
// Get allowed values * $fieldNoMultiplicator // Get allowed values * $fieldNoMultiplicator
$fieldNoMultiplicator = 5; $fieldNoMultiplicator = 10;
require __DIR__ . "/values/availableFields.php"; require __DIR__ . "/values/availableFields.php";
$allowed = $eventpart = $eventpartsure = $fieldsWithDependency = $fieldsWithAllowedValueSet = []; $allowed = $eventpart = $eventpartsure = $fieldsWithDependency = $fieldsWithAllowedValueSet = [];