Copy directory /commonservies here for now

This commit is contained in:
2020-11-15 06:30:48 +01:00
parent f3e2809c8f
commit e0d3cd7f45
37 changed files with 2888 additions and 4 deletions

View File

@ -92,8 +92,8 @@ final class CsvxmlAvailableFields {
include __DIR__ . "/../l10n/musdb/{$lang}/{$fileName}";
}
include __DIR__ . "/../values/commonservices/$lang/search_all_fields.php";
include __DIR__ . "/../values/commonservices/units.php";
include __DIR__ . "/../commonservices/$lang/search_all_fields.php";
include __DIR__ . "/../commonservices/units.php";
include __DIR__ . "/../classes/MDAllowedValueSets/l18n/$lang/eventtype_name.php";
$currencies = MDCurrenciesSet::getSortedList($tlLoader);
@ -1649,5 +1649,4 @@ final class CsvxmlAvailableFields {
$this->_availableFields = $availableFields;
}
}