19 Oct
2010
19 Oct
'10
8:01 p.m.
You're correct sir, of course. That's not what's in the code. I'm not sure where that came from...most likely an edit of mine gone bad. Sorry about the unintended slander. On the positive side, when I'm mistaken, I err in an unambiguous manner :-) Jeff On 10/19/2010 01:08 PM, Earl Miles wrote:
On 10/18/2010 10:21 AM, jeff@ayendesigns.com wrote:
function my_views_handlers() { return array( 'my_handler_field_node'); }
This clearly doesn't work, since handlers need to be keys to an array. I think you're mistaken that any part of Views implements hook_views_handlers() like this.