Active
Project:
Content Templates (Contemplate)
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2009 at 11:04 UTC
Updated:
12 Aug 2009 at 11:04 UTC
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