Add multiplier so that csv check can accept values beyond the publicly

listed ones

phpcs-errors:253 phpunit-status:successful
This commit is contained in:
2019-11-13 15:14:07 +01:00
committed by Stefan Rohde-Enslin
parent d6470110e9
commit bfb30c7032
2 changed files with 48 additions and 44 deletions

View File

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