This commit is contained in:
Ralf Becker 2006-11-07 06:35:29 +00:00
parent a3ff8f3b2d
commit d9fdd0ed25

View File

@ -56,7 +56,7 @@ $setup_info['projectmanager']['check_install'] = array(
'func' => 'extension_check',
),
'imagecreatefromjpeg' => array(
'func' => 'func_exist',
'func' => 'function_check',
'warning' => "The imagecreatefromjpeg function is supplied by the gd extension (complied with jpeg support!). It's needed to upload photos for contacts.",
),
);