Closed (duplicate)
Project:
Drupal core
Version:
5.x-dev
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Aug 2006 at 15:06 UTC
Updated:
8 Feb 2008 at 17:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
jvandyk commentedThis patch resets the image toolkit to GD2 if imagemagick is removed. It also informs the user if GD2 is not available. The code already checked for that case, but did not relay the information to the user.
This is useful for 4.7 too.
Comment #2
drummHow can $toolkits_available be FALSE? image_get_available_toolkits() always returns an array with at least GD.
Comment #3
drummComment #4
drewish commentedthis is older but the patch is less relevant so i'm marking it as a dupe of http://drupal.org/node/113385