function lingotek_update_7209 in Lingotek Translation 7.2
Same name and namespace in other branches
- 7.7 lingotek.install \lingotek_update_7209()
- 7.3 lingotek.install \lingotek_update_7209()
- 7.4 lingotek.install \lingotek_update_7209()
- 7.5 lingotek.install \lingotek_update_7209()
- 7.6 lingotek.install \lingotek_update_7209()
Extend languages table to have lingotek_enabled field
File
- ./
lingotek.install, line 336 - Installation for Lingotek Community Translation Module.
Code
function lingotek_update_7209(&$sandbox) {
spl_autoload_register('lingotek_auto_loader');
$ret = array();
lingotek_migration_1();
return $ret;
}