You are here

function sparkpost_update_7000 in Sparkpost email 7.2

Same name and namespace in other branches
  1. 7 sparkpost.install \sparkpost_update_7000()

Rebuild registry.

File

./sparkpost.install, line 62
Install, update and uninstall functions for the sparkpost module.

Code

function sparkpost_update_7000() {
  registry_rebuild();
}