function photoswipe_update_7001 in PhotoSwipe 3.x
Same name and namespace in other branches
- 8.2 photoswipe.install \photoswipe_update_7001()
- 8 photoswipe.install \photoswipe_update_7001()
- 7.2 photoswipe.install \photoswipe_update_7001()
Trigger cache clear.
Empty update function to trigger cache clear after changing field formatter settings.
File
- ./
photoswipe.install, line 73 - Install, uninstall and update hooks for Photswipe module.
Code
function photoswipe_update_7001() {
// Do nothing.
}