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:
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user