I am trying to make sure exactly what needs to be run through check_plain() and similar functions.

Is one or the other field_x['view'] or field_x['value'] already processed?

Comments

yched’s picture

Status: Active » Fixed

field_x['view'] is the safe one.
field_x['value'] is the raw data (and not that this depends on the field type : in nodereference fields, for instance, you'll find field_x['nid'] instead.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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