You are here

function botcha_form_form_submit in BOTCHA Spam Prevention 7.2

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

Submit handler for botcha_form_form.

File

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

Code

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