You are here

function locale_modules_disabled in Drupal 7

Implements hook_modules_disabled().

File

modules/locale/locale.module, line 648
Add language handling functionality and enables the translation of the user interface to languages other than English.

Code

function locale_modules_disabled($modules) {
  locale_modules_enabled($modules);
}