Closed (fixed)
Project:
Exif
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2010 at 12:38 UTC
Updated:
6 Aug 2010 at 17:50 UTC
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