function language_requirements

Implements hook_requirements().

File

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

Code

function language_requirements($phase) {
  if ($phase == 'update') {

    // Load the include files to make constants available for updates.
    language_negotiation_include();
  }
}