17 Feb
2006
17 Feb
'06
5:03 p.m.
God bless you, this is exactly what I needed to do for VotingAPI, too. --Jeff
-----Original Message----- From: Earl Miles [mailto:merlin@logrus.com] Sent: Friday, February 17, 2006 9:24 AM To: development@drupal.org Subject: Re: [development] Views question
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?