function google_admanager_update_6301 in DFP Small Business (Google Ad Manager) 6.3
We no longer need the auto detect option. Width and height are now explicitely defined.
File
- ./
google_admanager.install, line 156 - Install, update and uninstall functions for the google_admanager module.
Code
function google_admanager_update_6301() {
variable_del('google_admanager_autodetect');
}