function ctools_token_content_type_edit_form_submit

Validate the node selection.

File

plugins/content_types/token/token.inc, line 112

Code

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