You are here

function dfp_update_7004 in Doubleclick for Publishers (DFP) 7.2

Same name and namespace in other branches
  1. 7 dfp.install \dfp_update_7004()

Add the default setting for slug placement

File

./dfp.install, line 297
Installation file for DFP module.

Code

function dfp_update_7004() {
  variable_set('dfp_slug_placement', 0);
}