In my Drupal6 site, I have a field called "Short term attendance". I have it set so Anon users are not permitted to view this field. (This permission is granted by the profile_permission module). However, I have a View where short term attendance is one of the fields. When Anon is looking at this View, it sees that field, in addition to all the others.
Do I have something set incorrectly, or is it time to bust out the sql rewrite hook?