You are here

function upload_uninstall in Drupal 6

Implementation of hook_uninstall().

File

modules/upload/upload.install, line 18

Code

function upload_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('upload');
}