function rocket_chat_uninstall in Rocket.Chat 7
Same name and namespace in other branches
- 7.2 rocket_chat.install \rocket_chat_uninstall()
Implements hook_uninstall().
See also
File
- ./
rocket_chat.install, line 12 - Install, update and uninstall functions for the rocket_chat module.
Code
function rocket_chat_uninstall() {
variable_del('rocket_chat_url');
variable_del('rocket_chat_route');
}