--- sites/all/modules/taxonomy_super_select/taxonomy_super_select.install 2009-01-12 14:03:08.000000000 -0800 +++ sites/all/modules/taxonomy_super_selectEDITED/taxonomy_super_select.install 2009-10-15 11:39:03.000000000 -0700 @@ -25,5 +25,7 @@ function taxonomy_super_select_uninstall $result = db_query("SELECT vid FROM {vocabulary}"); while ($vid = db_result($result)) { variable_del('taxonomy_super_select_vid_'. $vid); + variable_del('taxonomy_super_select_collapsible_vid_'. $vid); + variable_del('taxonomy_super_select_collapsed_vid_'. $vid); } }