You are here

function clean_markup_blocks_update_7204 in Clean Markup 7.2

Same name and namespace in other branches
  1. 7.3 modules/clean_markup_blocks/clean_markup_blocks.install \clean_markup_blocks_update_7204()

Flushes all caches.

File

modules/clean_markup_blocks/clean_markup_blocks.install, line 78

Code

function clean_markup_blocks_update_7204(&$sandbox) {

  // To fix #2104239, we removed one hook implementation, added a different hook
  // implementation, and moved a template file. Clear caches so Drupal picks up
  // on the changes.
  drupal_flush_all_caches();
}