function og_role_watchdog_uninstall in Role Watchdog 6
Same name and namespace in other branches
- 6.2 modules/og_role_watchdog/og_role_watchdog.install \og_role_watchdog_uninstall()
- 7.2 modules/og_role_watchdog/og_role_watchdog.install \og_role_watchdog_uninstall()
- 7 modules/og_role_watchdog/og_role_watchdog.install \og_role_watchdog_uninstall()
Implementation of hook_uninstall().
File
- modules/
og_role_watchdog/ og_role_watchdog.install, line 50 - Install file for Role watchdog.
Code
function og_role_watchdog_uninstall() {
drupal_uninstall_schema('og_role_watchdog');
}