You are here

function views_atom_rules_action_add_nids_to_feed_submit in Views Atom 6

Form submission callback for the views_atom_rules_action_add_to_feed action.

File

./views_atom.rules.inc, line 137

Code

function views_atom_rules_action_add_nids_to_feed_submit(&$settings, $form, $form_state) {
  list($settings['view'], $settings['view_display']) = explode('-', $form_state['values']['generating_display']);
}