You are here

function myform_submit in Coder 5

Same name and namespace in other branches
  1. 5.2 tests/coder_6x.inc \myform_submit()

File

tests/coder_6x.inc, line 76

Code

function myform_submit($form_id, $form) {

  //this willfail
  $form['#submit']['newsubmit'] = array();
  $form['#submit'][] = "newsubmit";
}