Closed (fixed)
Project:
User types
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2008 at 18:00 UTC
Updated:
14 Jul 2012 at 19:33 UTC
I added this code for a clean uninstall ... maybe it could be useful
function user_types_uninstall() {
db_query('DROP TABLE {user_types_type}');
db_query('DROP TABLE {user_types_user}');
db_query('DROP TABLE {user_types_profile_fields}');
db_query('DROP TABLE {user_types_quick_view}');
variable_del('user_types_untyped_name');
}
Comments
Comment #1
swentel commentedThanks, will be committed soon.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.