function drupalchat_notifications_uninstall in DrupalChat 7.2
Same name and namespace in other branches
- 6.2 drupalchat_notifications/drupalchat_notifications.install \drupalchat_notifications_uninstall()
- 7 drupalchat_notifications/drupalchat_notifications.install \drupalchat_notifications_uninstall()
@todo Please document this function.
See also
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')
}