Working an a Drupal 6 site that I inherited, and I'm having a bit of a problem understanding Content Profile-based profiles. The site admin had users they wanted to delete, and did so, but the profiles are still showing up in a field drop-down that references profiles.
I look on the Content tab to try and remove them that way, they're not listed, but I can query them manually in the database, and they're there. Other profiles (from existing users) are visible on the Content tab.
I hesitate deleting them from the DB directly, since I don't know what dependencies those records might have.
Bottom line, I need to have a repeatable way of cleaning up those profiles that have no users associated with them.
Thanks