function locale_update_7003
Update "language_count" variable.
Related topics
Archivo
- drupal-7.x/
modules/ locale/ locale.install, line 140 - Install, update and uninstall functions for the locale module.
Código
function locale_update_7003() {
$languages = language_list('enabled');
variable_set('language_count', count($languages[1]));
}