You are here

function media_flickr_update_7001 in Media: Flickr 7.2

Same name and namespace in other branches
  1. 7 media_flickr.install \media_flickr_update_7001()

Rebuild the registry to locate class files in new location.

File

./media_flickr.install, line 24
Install, update and uninstall functions for the Media: Flickr module.

Code

function media_flickr_update_7001() {
  registry_rebuild();
}