function fac_update_7101 in Fast Autocomplete 7
Remove all old fac JSON files to support the new folder structure with hmac.
File
- ./
fac.install, line 49 - This file contains the install and uninstall functions of the FAC module.
Code
function fac_update_7101(&$sandbox) {
fac_delete_json_files();
}