function taxonomy_field_widget_error

Implements hook_field_widget_error().

File

drupal/modules/taxonomy/taxonomy.module, line 1794
Enables the organization of content into categories.

Code

function taxonomy_field_widget_error($element, $error, $form, &$form_state) {
  form_error($element, $error['message']);
}