function dfp_contexts_more_targets_submit in Doubleclick for Publishers (DFP) 7
Same name and namespace in other branches
- 7.2 plugins/contexts/dfp_context_reaction_settings.inc \dfp_contexts_more_targets_submit()
Submit handler to add more targets to an ad tag.
1 string reference to 'dfp_contexts_more_targets_submit'
- dfp_context_reaction_settings::options_form in plugins/
contexts/ dfp_context_reaction_settings.inc - Allow admins to choose what DART tags to hide.
File
- plugins/
contexts/ dfp_context_reaction_settings.inc, line 56 - Context reaction plugin for DFP ads.
Code
function dfp_contexts_more_targets_submit($form, &$form_state) {
$form_state['targeting'] = $form_state['input']['reactions']['plugins']['dfp_settings']['targeting'];
$form_state['rebuild'] = TRUE;
}