Hi,

I have a problem with using $node->field_auf_kategorie[0]['view'] in a PHP Filter input field.
Description:
I hava a node type "Auftrag", which has CCK based fields.
One of the fields ist a key->value field.
For example. red->Rot, green->Gruen.
With $node->field_auf_kategorie[0]['value'] is get the left part (red), but i need the right part (value) of the field.
But ['view'] and ['safe'] are always empty.

with best regards