Hello!
I posted a more detailed description of my issue at http://drupal.org/node/72902, but my basic problem is very simple:
How can I properly dummy up the $node->category variable from the category elements of the node form?
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->category.
Anyone have any ideas or suggestions?
Thanks much,
Jon