You are here

function editablefields_uninstall in Editable Fields 6.3

Implementation of hook_install().

File

./editablefields.install, line 67
Provides installation related function to editablefields module.

Code

function editablefields_uninstall() {
  drupal_uninstall_schema('editablefields');
}