You are here

function dfp_dfp_pane_content_type_edit_form_submit in Doubleclick for Publishers (DFP) 7.2

Same name and namespace in other branches
  1. 7 plugins/content_types/dfp_pane.inc \dfp_dfp_pane_content_type_edit_form_submit()

Submit function for the content type.

File

plugins/content_types/dfp_pane.inc, line 62
The 'DFP Panel' custom content type.

Code

function dfp_dfp_pane_content_type_edit_form_submit(&$form, &$form_state) {
  $form_state['conf']['dfp_ads'] = $form_state['values']['dfp_ads'];
}