Steven: Thanks for your good help with these nice plugins!
I have a member list with approximately 380 names, some of which are public and some are private. I am trying to read the connections table to extract only the emails for those marked as private (which I should easily be able to do with PHP/MySQL). However, when I print the extracted names along with their ‘visibility’ field, all of them show “public”, even though I can see that some are “private” in the data table. Short of using Navicat to extract and then export those names (which of course is a way to do it), I’d like to modify my extract files to only extract only those names that are legitimately marked as “public” or those that are legitimately marked as “private”. Can you think of anything special about how you are entering that “visibility” data into the table that would cause all to come across as public?
