function tripal_pub_setup_form_ajax_button_submit

2.x tripal_pub.pub_importers.inc tripal_pub_setup_form_ajax_button_submit($form, &$form_state)
3.x tripal_chado.pub_importers.inc tripal_pub_setup_form_ajax_button_submit($form, &$form_state)

This function is just a dummy to override the default form submit on ajax calls for buttons

Related topics

1 string reference to 'tripal_pub_setup_form_ajax_button_submit'
tripal_pub_importer_setup_add_criteria_fields in tripal_pub/includes/tripal_pub.pub_importers.inc
A helper function for the importer setup form that adds the criteria to the form that belong to the importer.

File

tripal_pub/includes/tripal_pub.pub_importers.inc, line 603
Management of importers

Code

function tripal_pub_setup_form_ajax_button_submit($form, &$form_state) {
  // do nothing
}