17 Feb
2006
17 Feb
'06
10:27 p.m.
Earl Miles wrote:
You don't have to.
You can do:
'fields' => array( 'arbitrary_internal_name' => array( 'name' => t("arbitrary_internal_name"), 'notafield' => TRUE, // The below isn't even necessary if there is simply no field 'field' => 'real_field' (OR) => array('real_field1', 'real_field2') ), ),
Is this what you want?
Yes, exactly. Excellent! Thankyou Earl!