You are here

function biblio_ui_contributor_create_form_validate in Bibliography Module 7.3

Validate handler for the biblio contributor.

File

modules/biblio_ui/biblio_ui.module, line 1044
Main functionality file for the biblio UI module.

Code

function biblio_ui_contributor_create_form_validate($form, $form_state) {
  field_attach_form_validate('biblio_contributor', $form_state['#entity'], $form, $form_state);
}