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

swentel’s picture

Status: Needs work » Fixed

Thanks, will be committed soon.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.