You are here

function photoswipe_update_7001 in PhotoSwipe 8.2

Same name and namespace in other branches
  1. 8 photoswipe.install \photoswipe_update_7001()
  2. 7.2 photoswipe.install \photoswipe_update_7001()
  3. 3.x photoswipe.install \photoswipe_update_7001()

Trigger cache clear.

Empty update function to trigger cache clear after changing field formatter settings.

File

./photoswipe.install, line 75
Install, uninstall and update hooks for Photswipe module.

Code

function photoswipe_update_7001() {

  // Do nothing.
}