With the current -dev version of the image.module when I try using the menu at /admin/content/node to rebuild the image thumbnails for an image node I get a fatal "undefined function db_queryd()" error.
I did a search on drupal.org and it would seem that this function has been removed from Drupal 5.1 and one should instead call the regular db_query() function?
I replaced all the db_queryd() calls (a total of 3, I think) I found with db_query() and everything seems fine.
Sorry, I am unable to provide a proper patch.
Comments
Comment #1
drewish commentedI screwed up and committed some debugging code (the devel.module supplies a db_queryd function). Hetta posted a patch for that on #142233, which I've applied.
Comment #2
(not verified) commented