function og_massadd_uninstall in Organic Groups Mass Add 6
Same name and namespace in other branches
- 7 og_massadd.install \og_massadd_uninstall()
Implementation of hook_uninstall().
File
- ./
og_massadd.install, line 46 - Installs the og_massadd module
Code
function og_massadd_uninstall() {
// variable_del('certify_certificate_path');
}