You are here

function views_natural_sort_update_6001 in Views Natural Sort 6

Impliments hook_update_N().

Rebuild the sorting index after changes made for numerical data.

File

./views_natural_sort.install, line 95

Code

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