You are here

function paging_xmlsitemap_uninstall in Paging 5

Implementation of hook_uninstall().

File

contrib/paging_xmlsitemap/paging_xmlsitemap.install, line 74
Install file for Paging: XML Sitemap

Code

function paging_xmlsitemap_uninstall() {
  db_query("DROP TABLE {paging_xmlsitemap}");
}