function domain_locale_uninstall in Domain Locale 6
Same name and namespace in other branches
- 7 domain_locale.install \domain_locale_uninstall()
 
Implementation of hook_uninstall().
File
- ./
domain_locale.install, line 37  - Provides domain specific locale settings
 
Code
function domain_locale_uninstall() {
  drupal_uninstall_schema('domain_locale');
}