Closed (duplicate)
Project:
Image
Version:
5.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2007 at 00:08 UTC
Updated:
27 Jun 2007 at 00:10 UTC
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
ricmadeira commentedOops, duplicate posting, sorry.