summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-09 10:21:14 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-09 10:21:14 +0000
commit6dee32f96c6e6299430d38d9e35a917b45f407e8 (patch)
treeaab5cd53b5590fe22228d6e3beac534882621ca4 /modules
parent1430e8baa322fccc1b5f7119e887cb3073c5c74f (diff)
downloadbrdo-6dee32f96c6e6299430d38d9e35a917b45f407e8.tar.gz
brdo-6dee32f96c6e6299430d38d9e35a917b45f407e8.tar.bz2
- Patch #500270 by boombatower: properly delete variables in hook_uninstall().
Diffstat (limited to 'modules')
-rw-r--r--modules/simpletest/simpletest.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install
index 6f21ae54a..6d77ff14e 100644
--- a/modules/simpletest/simpletest.install
+++ b/modules/simpletest/simpletest.install
@@ -105,10 +105,9 @@ function simpletest_uninstall() {
simpletest_clean_environment();
// Remove settings variables.
- variable_del('simpletest_httpauth');
- variable_del('simpletest_httpauth_username');
- variable_del('simpletest_httpauth_pass');
- variable_del('simpletest_devel');
+ variable_del('simpletest_username');
+ variable_del('simpletest_password');
+ variable_del('simpletest_clear_results');
variable_del('simpletest_verbose');
// Uninstall schema.