v1/web/modules/contrib/backup_migrate/backup_migrate.post_update.php

18 lines
282 B
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.
}