You are here

function google_tag_update_7106 in GoogleTagManager 7

Same name and namespace in other branches
  1. 7.2 google_tag.install \google_tag_update_7106()

Deprecated update hook; no changes will be made.

File

./google_tag.install, line 263
Provides install, update, and uninstall functions.

Code

function google_tag_update_7106(&$sandbox) {

  // This update used to [re]create the snippet files, but this is no longer
  // necessary here as hook_enable() and hook_cron() were implemented.
}