function _backup_migrate_default_exclude_tables in Backup and Migrate 8.2
Same name and namespace in other branches
- 5.2 includes/db.inc \_backup_migrate_default_exclude_tables()
- 5 backup_migrate.module \_backup_migrate_default_exclude_tables()
- 6 backup_migrate.module \_backup_migrate_default_exclude_tables()
Tables to ingore altogether. None by default.
File
- includes/
db.inc, line 86 - General database dump/restore code for Backup and Migrate.
Code
function _backup_migrate_default_exclude_tables() {
return array();
}