Backup type variables _backup_migrate_dump_tables
flebas - August 13, 2009 - 23:05
| Project: | Backup and Migrate |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
In _backup_migrate_dump_tables function, the MIME type of the file to download is set to variable $filemime, depending on backup type, but this variable is never used.
The MIME type variable passed to _backup_migrate_send_file_to_download is $file_mime, which is initialized to "text/plain" and remains unchanged.
