From ffdfefebbccc2a7fedfec541f05f1c770e2bcc01 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 8 Jul 2008 01:08:15 +0000 Subject: - Patch #270508 by paul.levvik and pwolanin: usability improvement: image toolkits should not have to be copied. --- modules/system/system.module | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index b34c39f55..b1e5d2897 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2105,3 +2105,10 @@ function theme_meta_generator_html($version = VERSION) { function theme_meta_generator_header($version = VERSION) { drupal_set_header('X-Generator: Drupal ' . $version . ' (http://drupal.org)'); } + +/** + * Implementation of hook_image_toolkits(). + */ +function system_image_toolkits() { + return array('gd'); +} -- cgit v1.2.3