You are here

function quotes_author_form_submit in Quotes 5

Same name and namespace in other branches
  1. 6 quotes.module \quotes_author_form_submit()
  2. 7 quotes.module \quotes_author_form_submit()

Handle submission of the form to select an author.

File

./quotes.module, line 1490

Code

function quotes_author_form_submit($form_id, $form_values) {
  drupal_goto('quotes/author/' . $form_values['author']);
}