media_feeds.install in Media Feeds 7
Same filename and directory in other branches
Installing and updating media_feeds.
File
media_feeds.installView source
<?php
/**
* @file
* Installing and updating media_feeds.
*/
/**
* Rebuild the class registry.
*
* Implements hook_update_n().
*/
function media_feeds_update_7100() {
registry_rebuild();
}
Functions
Name | Description |
---|---|
media_feeds_update_7100 | Rebuild the class registry. |