You are here

function service_links_update_7201 in Service links 7.2

Update to view mode display.

File

./service_links.install, line 86
Service Links install file.

Code

function service_links_update_7201(&$sandbox) {
  _update_to_view_modes('service_links_in_links', 'service_links_link_view_modes');
  _update_to_view_modes('service_links_in_node', 'service_links_node_view_modes');
}