I had a hell of a time getting this going. I have found a couple of bugs and here is the patch.

1. update to use new hook_node_info()
2. change to use node_submit() to save nodes. fixes taxonomy changes.

CommentFileSizeAuthor
image_import.patch1.24 KBgordon

Comments

syscrusher’s picture

Assigned: Unassigned » syscrusher

Good evening, and many thanks for the patch!

I'm back from several weeks of travel and will try to get this reviewed ASAP. What version of Drupal were you running in your environment?

Scott

gordon’s picture

this was cvs.

syscrusher’s picture

Update: I have branched the unpatched version of image_import.module as DRUPAL-4-6, and am now working to update the module for 4.7. Your patch is applied in the 4.7 version, but I have to convert other things (notably the new forms API functions) to get the module working. This is in progress.