You are here

function easy_breadcrumb_update_8001 in Easy Breadcrumb 8

Same name and namespace in other branches
  1. 2.x easy_breadcrumb.install \easy_breadcrumb_update_8001()

Implements hook_update().

Force an update because we removed an unused service.

File

./easy_breadcrumb.install, line 15
Add installation messages to help users get started and update.

Code

function easy_breadcrumb_update_8001() {

  // Do nothing because database updates run cache rebuild.
}