You are here

function viewfield_uninstall in Viewfield 6.2

Same name and namespace in other branches
  1. 6 viewfield.install \viewfield_uninstall()

Implementation of hook_uninstall().

File

./viewfield.install, line 19
Installation functions.

Code

function viewfield_uninstall() {
  drupal_load('module', 'content');
  content_notify('uninstall', 'viewfield');
}