You are here

function coder_page_form_submit in Coder 5

Same name and namespace in other branches
  1. 6.2 coder.module \coder_page_form_submit()
  2. 6 coder.module \coder_page_form_submit()

File

./coder.module, line 379
Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.

Code

function coder_page_form_submit($form_id, $form_values) {

  // HELP: is there a better way to get these to coder_page_form()???
  return false;
}