You are here

function filefield_paths_uninstall in File (Field) Paths 7

Same name and namespace in other branches
  1. 5 filefield_paths.install \filefield_paths_uninstall()
  2. 6.2 filefield_paths.install \filefield_paths_uninstall()
  3. 6 filefield_paths.install \filefield_paths_uninstall()

Implements hook_uninstall().

File

./filefield_paths.install, line 43
Install, update and uninstall functions for the File (Field) Paths module.

Code

function filefield_paths_uninstall() {
  db_drop_field('file_managed', 'origname');
}