function scs_uninstall in Simplenews Content Selection 8
Same name and namespace in other branches
- 7.2 scs.install \scs_uninstall()
- 7 scs.install \scs_uninstall()
Implements hook_uninstall().
File
- ./
scs.install, line 11 - Install/Uninstall functions
Code
function scs_uninstall() {
// Delete created variables
variable_del('scs_view_mode');
variable_del('scs_node_type');
}