Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.6-1
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2008 at 03:31 UTC
Updated:
13 Mar 2008 at 16:52 UTC
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
Comment #1
yched commentedfield_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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.