function media_update_7207 in D7 Media 7.3
Same name and namespace in other branches
- 7.4 media.install \media_update_7207()
- 7.2 media.install \media_update_7207()
Trigger cache clear.
Empty update function to trigger cache clear after changing access callbacks to file_entity_access.
File
- ./
media.install, line 853 - Install, update and uninstall functions for the Media module.
Code
function media_update_7207() {
// Do nothing.
}