function locale_update_7003

Update "language_count" variable.

Related topics

File

modules/locale/locale.install, line 140

Code

function locale_update_7003() {
    $languages = language_list('enabled');
    variable_set('language_count', count($languages[1]));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.