From a63898590fdb0659e45c04c6208ca57c858e36a4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 7 Nov 2007 17:38:53 +0000 Subject: [PATCH] New: Ajout controle sur support des fonctions graphiques GD --- htdocs/install/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/check.php b/htdocs/install/check.php index fefab844e05..a0e8493ae20 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -107,7 +107,7 @@ else // Check if GD installed -if (! function_exists("imagecreate ")) +if (! function_exists("imagecreate")) { print 'Error '.$langs->trans("ErrorPHPDoesNotSupportGD")."
\n"; $checksok=0;