Fix: On ne pouvait plus faire d'install ou mise a jour si GD non install.

This commit is contained in:
Laurent Destailleur 2007-11-16 12:31:35 +00:00
parent 11518f8585
commit ccdc535d21

View File

@ -110,7 +110,7 @@ else
if (! function_exists("imagecreate"))
{
print '<img src="../theme/eldy/img/warning.png" alt="Error"> '.$langs->trans("ErrorPHPDoesNotSupportGD")."<br>\n";
$checksok=0;
// $checksok=0; // If image ko, just warning. So check must still be 1 (otherwise no way to install)
}
else
{