You are here

function feeds_oai_pmh_uninstall in Feeds OAI-PMH Fetcher and Parser 7

Same name and namespace in other branches
  1. 6 feeds_oai_pmh.install \feeds_oai_pmh_uninstall()

Implementation of hook_uninstall().

File

./feeds_oai_pmh.install, line 13

Code

function feeds_oai_pmh_uninstall() {

  // Remove tables.
}