You are here

function drupalchat_notifications_uninstall in DrupalChat 6.2

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

File

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

Code

function drupalchat_notifications_uninstall() {
  drupal_uninstall_schema('drupalchat_notifications');
}