You are here

function backup_migrate_update_7306 in Backup and Migrate 7.3

Leave a message to explain the mixup over the backup option.

File

./backup_migrate.install, line 912
Install hooks for Backup and Migrate.

Code

function backup_migrate_update_7306() {
  drupal_set_message(t('Please note that release 7.x-3.4 had a bug which caused all backups to be overwritten instead of having a timestamp added. Please review all backup settings to ensure they work as intended.'), 'warning');
}