It appears, and I may be wrong, that the function "imagefield_create_node_from" isn't called anywhere in the module and is likely to be left over code from a previous version.
If this is the case, it couldn't hurt to remove it completely.
I'd roll a patch, but I hardly see the point.
Cheers,
Deciphered.
Comments
Comment #1
vordude commentedI think You're right-- I'll wrap this up into the next commit.
Thanks!
Comment #2
sgriffin commentedStill not commited.
Comment #3
kari.kaariainen commentedJust passing by, this caught my eye.
imagefield_create_node_from is being called by imagefield_import_form_submit
Comment #4
vordude commentedprocrastination FTW.
thanks.
Comment #5
deciphered@kari.kaariainen
What version are you using?
I just downloaded the current version (6.x-1.4-beta1), and below is the function you mentioned, which has no reference to imagefield_create_node_form().
Maybe I'm missing something, it is quite early at the moment, but I just don't see it.
Comment #6
kari.kaariainen commentedMust have looked at some other version than that. Sorry, I wasn't paying attention to the version number. Noob.
Comment #7
wulff commentedThis function no longer exists after support for Batch API has been added to the module.