function media_feeds_update_7100 in Media Feeds 7
Same name and namespace in other branches
- 7.2 media_feeds.install \media_feeds_update_7100()
Rebuild the class registry.
Implements hook_update_n().
File
- ./
media_feeds.install, line 13 - Installing and updating media_feeds.
Code
function media_feeds_update_7100() {
registry_rebuild();
}