You are here

function google_admanager_update_6101 in DFP Small Business (Google Ad Manager) 6.3

Same name and namespace in other branches
  1. 6 google_admanager.install \google_admanager_update_6101()
  2. 6.2 google_admanager.install \google_admanager_update_6101()
  3. 7.2 google_admanager.install \google_admanager_update_6101()

Rerun the previous update to force the BLOCK_NO_CACHE settings for blocks added subsequent to update 6100 but before changes in http://drupal.org/node/351214#comment-2254886 applied

File

./google_admanager.install, line 32
Install, update and uninstall functions for the google_admanager module.

Code

function google_admanager_update_6101() {
  return google_admanager_update_6100();
}