You are here

function botcha_form_form_submit in BOTCHA Spam Prevention 6.2

Same name and namespace in other branches
  1. 7.2 botcha.admin.inc \botcha_form_form_submit()

Submit handler for botcha_form_form.

File

./botcha.admin.inc, line 149
Implementation of botcha administration forms.

Code

function botcha_form_form_submit($form, &$form_state) {
  Botcha::submitAdminForm('form_edit', $form, $form_state);
}