You are here

function backup_migrate_update_2002 in Backup and Migrate 8.3

Same name and namespace in other branches
  1. 8.2 backup_migrate.install \backup_migrate_update_2002()
  2. 6.3 backup_migrate.install \backup_migrate_update_2002()
  3. 6.2 backup_migrate.install \backup_migrate_update_2002()
  4. 7.3 backup_migrate.install \backup_migrate_update_2002()
  5. 7.2 backup_migrate.install \backup_migrate_update_2002()

Clearing the cache because there was a menu structure change in the dev of 2009-05-31

File

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

Code

function backup_migrate_update_2002() {

  // Cache should clear automatically. Nothing to do here.
  return array();
}