You are here

function search_autocomplete_update_7330 in Search Autocomplete 7.3

Get ready for Search Autocomplete 7.x-3.3

File

./search_autocomplete.install, line 339
This file is used to install/update/delete the module tables in database

Code

function search_autocomplete_update_7330(&$sandbox) {
  views_invalidate_cache();
  return t("Cleared views cache");
}