Active
Project:
CCK Taxonomy Fields
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2008 at 23:07 UTC
Updated:
20 Jun 2008 at 23:07 UTC
I'm able to get a default value using this:
return array(0 => array('tid' => '46'));
But not this:
return array(0 => array('name' => 'Soup'));
Is this supposed to be this way?