You are here

function download_file_uninstall in DownloadFile 6

Same name and namespace in other branches
  1. 7.3 download_file.install \download_file_uninstall()
  2. 7 download_file.install \download_file_uninstall()
  3. 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');
}