You are here

function hs_taxonomy_field_widget_error in Hierarchical Select 7.3

Implements hook_field_widget_error().

File

modules/hs_taxonomy.module, line 325
Implementation of the Hierarchical Select API for the Taxonomy module.

Code

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