You are here

function views_natural_sort_update_7001 in Views Natural Sort 7

Same name and namespace in other branches
  1. 7.2 views_natural_sort.install \views_natural_sort_update_7001()

Impliments hook_update_N().

Rebuild the sorting index after changes made for numerical data.

File

./views_natural_sort.install, line 93

Code

function views_natural_sort_update_7001() {
  module_load_include('inc', 'views_natural_sort', 'views_natural_sort.admin');
  views_natural_sort_rebuild_index_submit();
}