function mobile_tools_update_7307 in Mobile Tools 7.3
Implements hook_update().
File
- ./
mobile_tools.install, line 287 - Instalation of the mobile_tools module
Code
function mobile_tools_update_7307(&$sandbox) {
// Force the update hook to run and force a cache clear to allow
// new PURL providers to appear.
cache_clear_all();
}