function livechat_uninstall in LiveChat 7
Same name and namespace in other branches
- 8.3 livechat.install \livechat_uninstall()
- 8 livechat.install \livechat_uninstall()
- 8.2 livechat.install \livechat_uninstall()
Implements hook_uninstall().
File
- ./
livechat.install, line 35 - Installation file for the LiveChat module.
Code
function livechat_uninstall() {
variable_del('livechat_license');
variable_del('livechat_visibility');
variable_del('livechat_pages');
variable_del('livechat_exclude_system_paths');
}