You are here

function opening_hours_update_7002 in Opening hours 7

Implements hook_update_N().

Setup field settings for opening hours extra field.

See also

_opening_hours_openings_hours_field_setup()

File

./opening_hours.install, line 147
Database schema, installation and upgrade hooks for the opening hours module.

Code

function opening_hours_update_7002() {
  _opening_hours_openings_hours_field_setup();
}