function uuid_update_7101 in Universally Unique IDentifier 7
Clear cache for installations that used alpha1.
Modules previously enabled in uuid_update_7100() don't exist any more. We need to clear the cache so Drupal detects this change.
File
- ./
uuid.install, line 227 - Install, update and uninstall functions for the uuid module.
Code
function uuid_update_7101() {
drupal_flush_all_caches();
}