Hey, I just installed the exif module, but got the following error when trying to add an image: Fatal error: Call to undefined function dsm() in ...modules/exif/exif.class.php on line 109
Apparently, dsm is short for drupal_set_message and is only defined in the devel module.. Could you please either replace all dsm() calls with the normal drupal method, or add the devel module as a dependency ;)
Thanks,
Martin
Comments
Comment #1
rapsli commentedremoved it
Comment #2
arski commentedThanks, btw there are still 3 calls to "dsm" in the fast_gallery_token_values method in exif.module :) Just stumbled upon these on accident.. no idea if they will break anything but they might.. thanks! :)
Comment #3
arski commentedComment #4
rapsli commentedremoved them