3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Add farm_kml and farm_kml_import modules to farm_modules().

This commit is contained in:
Michael Stenta 2021-08-30 21:08:39 -04:00
parent 2303d9c14a
commit 1afff89207

View file

@ -54,6 +54,8 @@ function farm_modules() {
'farm_medical' => t('Medical logs'),
'farm_purchase' => t('Purchase logs'),
'farm_sale' => t('Sale logs'),
'farm_kml' => t('KML export features'),
'farm_kml_import' => t('KML asset importer'),
],
];
}