Gives the following error when using image_filter from cvs:

Fatal error: Call to undefined function: module_exist() in /opt/contributions-cvs/modules/image_filter/image_filter.module on line 22

CommentFileSizeAuthor
#2 image_filter.module.txt9.37 KBjhm
#1 image_filter.info_.txt179 bytesjhm

Comments

jhm’s picture

Version: master » 4.6.x-1.x-dev
StatusFileSize
new179 bytes

I added an .info file and changed the calls to module_exist of line 22 into module_exists and the filter works again

jhm’s picture

StatusFileSize
new9.37 KB

Here is the patched image_filter.module

David Hull’s picture

Assigned: Unassigned » David Hull
Status: Active » Fixed

Thanks for your bug report and fixes. I've applied them and released a version of image_filter that should be compatible with Drupal 5.0.

Anonymous’s picture

Status: Fixed » Closed (fixed)