function quotes_author_form_submit in Quotes 5
Same name and namespace in other branches
- 6 quotes.module \quotes_author_form_submit()
- 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']);
}