function bootstrap_site_alert_update_7102 in Bootstrap Site Alert 7
Flush all caches for good measure due to menu and file restructuring.
File
- ./
bootstrap_site_alert.install, line 40  - The bootstrap_site_alert install file.
 
Code
function bootstrap_site_alert_update_7102() {
  drupal_flush_all_caches();
}