You are here

function active_tags_form_vocabulary_submit in Active Tags 5

Same name and namespace in other branches
  1. 6.2 active_tags.module \active_tags_form_vocabulary_submit()
  2. 6 active_tags.module \active_tags_form_vocabulary_submit()

File

./active_tags.module, line 47
Active Tags widget for free tagging taxonomies

Code

function active_tags_form_vocabulary_submit($form_id, &$form_values) {
  variable_set('active_tags_' . $form_values['vid'], $form_values['active_tags']);
}