backup_migrate-5.0.0-rc2/backup_migrate.post_update.php
backup_migrate.post_update.php
<?php
/**
* @file
* Post-update scripts for Backup & Migrate.
*/
/**
* Implementations of hook_post_update_NAME().
*/
/**
* Force the system to clear the caches.
*/
function backup_migrate_post_update_5001() {
// Do nothing, just force the system to clear the caches.
}
