You are here

function feeds_atom_uninstall in Feeds Atom 6

Implementation of hook_install().

File

./feeds_atom.install, line 42
Install and uninstall schema and functions for the feeds_atom module.

Code

function feeds_atom_uninstall() {
  drupal_uninstall_schema('feeds_atom');
}