You are here

function google_admanager_update_7000 in DFP Small Business (Google Ad Manager) 7.2

Prepare for Drupal API 7.x

File

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

Code

function google_admanager_update_7000() {
  return t('Updated to Drupal API 7.x.');
}