public function mylivechat::reset_settings in My Live Chat 6
Same name and namespace in other branches
- 7 mylivechat.php \MyLiveChat::reset_settings()
Resets module settings
File
- ./
mylivechat.php, line 44 - 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');
}