function mobile_tools_enable in Mobile Tools 7.3
Implements hook_enable().
File
- ./
mobile_tools.install, line 18 - Instalation of the mobile_tools module
Code
function mobile_tools_enable() {
if (variable_get('cache') == TRUE) {
drupal_set_message(t('Please note that page caching will only work for pages where no device group is active when using the default Drupal database cache.'), 'info');
}
}