vtenext/modules/Update/changes/1793_1794.php
2021-04-28 20:10:26 +02:00

13 lines
460 B
PHP

<?php
// crmv@174250
if (isModuleInstalled('Geolocalization')) {
require_once('modules/Geolocalization/Geolocalization.php');
Geolocalization::saveApiKey();
Update::info('The API key used by Geolocalization module has been moved to the database.');
Update::info('If you used a custom key, please update it accordingly in the vteprop table.');
Update::info('');
}
SDK::setLanguageEntries('APP_STRINGS', 'LBL_MONTH_JANUARY', array('en_us' => 'January'));