Hello!<br>
<br>
I posted a more detailed description of my issue at <a href="http://drupal.org/node/72902">http://drupal.org/node/72902</a>, but my basic problem is very simple:&nbsp; <br>
<br>
How can I properly dummy up the $node-&gt;category variable from the category elements of the node form?<br>
<br>
Specifically, I am trying to make Image_Import work with the Category
module instead of core Taxonomy, and I can't use the
category_node_get_categories function because the node is not yet saved
when I need to set $node-&gt;category.<br>
<br>
Anyone have any ideas or suggestions?<br>
<br>
Thanks much,<br>
<br>
Jon<br>