You are here

function google_admanager_update_6200 in DFP Small Business (Google Ad Manager) 6.2

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

Baseline for 6.x-2.x schema

File

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

Code

function google_admanager_update_6200() {

  // run the latest update of 6.x-1.x branch
  return google_admanager_update_6103();
}