You are here

function sf_import_update_6200 in Salesforce Suite 6.2

Implements hook_update_N().

File

sf_import/sf_import.install, line 64
Install functions for Salesforce Import

Code

function sf_import_update_6200(&$sandbox) {

  // Since sf_import has been broken out into several files
  // clearing the cache is necessary.
  cache_clear_all();
}