Posted by eggthing on June 20, 2008 at 11:07pm
| Project: | CCK Taxonomy Fields |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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?