function tripal_feature_implement_back_to_feature_button_submit

1.x tripal_feature-secondary_tables.inc tripal_feature_implement_back_to_feature_button_submit($form, $form_state)

Related topics

File

tripal_feature/includes/tripal_feature-secondary_tables.inc, line 33
@todo Add file header description

Code

function tripal_feature_implement_back_to_feature_button_submit($form, $form_state) {
  drupal_goto('node/' . $form_state['values']['nid']);
}