You are here

function mobile_tools_modules_disabled in Mobile Tools 7.2

Same name and namespace in other branches
  1. 7.3 mobile_tools.module \mobile_tools_modules_disabled()

Implements hook_modules_disabled().

File

./mobile_tools.module, line 267
Functionality to ease the creation of mixed device environments.

Code

function mobile_tools_modules_disabled($modules) {

  // Rebuild the list of device groups
  mobile_tools_device_groups_rebuild();
}