function abjs_uninstall in A/B Test JS 7
Implements hook_uninstall().
File
- ./
abjs.install, line 261 - Install, update and uninstall functions for the abjs module.
Code
function abjs_uninstall() {
variable_del('abjs_cookie_prefix');
variable_del('abjs_cookie_lifetime');
variable_del('abjs_cookie_domain');
variable_del('abjs_cookie_secure');
variable_del('abjs_ace');
}