You are here

function drupalchat_notifications_uninstall in DrupalChat 7.2

Same name and namespace in other branches
  1. 6.2 drupalchat_notifications/drupalchat_notifications.install \drupalchat_notifications_uninstall()
  2. 7 drupalchat_notifications/drupalchat_notifications.install \drupalchat_notifications_uninstall()

@todo Please document this function.

See also

http://drupal.org/node/1354

File

drupalchat_notifications/drupalchat_notifications.install, line 12
Installation file for the DrupalChat Notifications module.

Code

function drupalchat_notifications_uninstall() {

  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_uninstall_schema('drupalchat_notifications')
}