You are here

vsf_upload.install in Visual select file 7

File

submodules/vsf_upload/vsf_upload.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function vsf_upload_uninstall() {
  variable_del('vsf_file_entity');
  variable_del('vsf_upload_scheme');
  variable_del('vsf_upload_location');
  variable_del('vsf_upload_extensions');
  variable_del('vsf_upload_size');
}

Functions

Namesort descending Description
vsf_upload_uninstall Implements hook_uninstall().