You are here

function range_update_7001 in Range 7

Updates range field instances' settings.

Converts existing field instances settings to support separate prefix and suffix for the FROM and TO values.

File

./range.install, line 73
Install, update and uninstall functions for the range field module.

Code

function range_update_7001() {
  _range_update_instances('_range_update_instance_7001');
}