public function MyLiveChat::reset_settings in My Live Chat 7
Same name and namespace in other branches
- 6 mylivechat.php \mylivechat::reset_settings()
Resets module settings
File
- ./
mylivechat.php, line 40 - MyLiveChat module for Drupal
Class
- MyLiveChat
- @file MyLiveChat module for Drupal
Code
public function reset_settings() {
variable_del('mylivechat_id');
variable_del('mylivechat_displaytype');
variable_del('mylivechat_membership');
variable_del('mylivechat_encrymode');
variable_del('mylivechat_encrykey');
}