Include into csvxml more variables referring to worth, worth_insurance

and dimensions_separate

phpcs-errors:253 phpunit-status:successful
This commit is contained in:
2019-12-15 19:26:32 +01:00
parent c920fc80db
commit 7700b1783d
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ foreach ($availableFields as $categoryName => $fieldCategory) {
// Extended operations for events
if (strpos($categoryName, $basis['event']) !== false) {
foreach ($fieldCategory as $key => $value) {
if (strpos($key, "_annotation") !== false) continue;
if (strpos($key, "_annotation") !== false or strpos($key, "_gnd") !== false) continue;
if (strpos($key, "_sure") !== false) $eventpartsure[] = $key;
else $eventpart[] = $key;
}