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

ricmadeira’s picture

Status: Needs review » Closed (duplicate)

Oops, duplicate posting, sorry.