You are here

function linkchecker_block_configure_form_submit in Link checker 5.2

Same name and namespace in other branches
  1. 6.2 linkchecker.module \linkchecker_block_configure_form_submit()

Custom submit handler for block configure page.

File

./linkchecker.module, line 1014
This module periodically check links in given node types, blocks, cck fields, etc.

Code

function linkchecker_block_configure_form_submit($form_id, $form_values) {
  _linkchecker_add_box_links($form_values, $form_values['delta']);
}