New: Ajout controle sur support des fonctions graphiques GD

This commit is contained in:
Laurent Destailleur 2007-11-07 17:38:53 +00:00
parent dc76a2345e
commit a63898590f

View File

@ -107,7 +107,7 @@ else
// Check if GD installed
if (! function_exists("imagecreate "))
if (! function_exists("imagecreate"))
{
print '<img src="../theme/eldy/img/warning.png" alt="Error"> '.$langs->trans("ErrorPHPDoesNotSupportGD")."<br>\n";
$checksok=0;