You are here

function panels_sections_uninstall in Panels Sections 6

Same name and namespace in other branches
  1. 6.2 panels_sections.install \panels_sections_uninstall()

Implementation of hook_uninstall().

File

./panels_sections.install, line 13

Code

function panels_sections_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('panels_sections');
}