You are here

function flashnode_uninstall in Flash Node 6.2

Same name and namespace in other branches
  1. 6.3 flashnode.install \flashnode_uninstall()

Implementation of hook_uninstall

File

./flashnode.install, line 14

Code

function flashnode_uninstall() {
  drupal_uninstall_schema('flashnode');
}