function language_enable

Implements hook_enable().

File

drupal/core/modules/language/language.install, line 105
Install, update and uninstall functions for the language module.

Code

function language_enable() {

  // Update the language count, if the module was disabled before, the
  // language_count variable was forced to 1.
  language_update_count();
}