You are here

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

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

This help user with 1.0 to upgrade, because the old 6102 is broken.

File

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

Code

function google_admanager_update_6102() {
  return array();
}