function i18ncontent_enable in Internationalization 6
Implementation of hook_enable().
File
- i18ncontent/
i18ncontent.install, line 16 - Installation file for i18ncontent module.
Code
function i18ncontent_enable() {
// Make sure i18nstrings module is loaded, which may not be when enabling both modules at the same time
drupal_load('module', 'i18nstrings');
i18ncontent_locale_refresh();
}