function download_file_uninstall in DownloadFile 7
Same name and namespace in other branches
- 6 download_file.install \download_file_uninstall()
- 7.3 download_file.install \download_file_uninstall()
- 7.2 download_file.install \download_file_uninstall()
Implementation of hook_uninstall().
File
- ./
download_file.install, line 17
Code
function download_file_uninstall() {
// Delete variable for the accessible format.
variable_del('download_file_accessible_format');
}