function tripal_phylogeny_taxonomy_load_form_validate

2.x tripal_phylogeny.taxonomy.inc tripal_phylogeny_taxonomy_load_form_validate($form, &$form_state)

_state

Parameters

unknown $form:

File

tripal_phylogeny/includes/tripal_phylogeny.taxonomy.inc, line 75

Code

function tripal_phylogeny_taxonomy_load_form_validate($form, &$form_state) {
  global $user;

  if (!$form_state['values']['import_existing']) {
    form_set_error('import_exists', 'Please confirm the import by clicking the checkbox.');
  }
}