You are here

function webform_share_uninstall in Webform share 7

Implements hook_uninstall().

File

./webform_share.install, line 22
Standard installation, update, uninstall scripts.

Code

function webform_share_uninstall() {

  // TODO: Implement!
}