forked from extern/egroupware
last message repeated 495 times ;-)
This commit is contained in:
parent
8bdd81c815
commit
877f636407
@ -417,7 +417,7 @@
|
|||||||
global $passed_icon, $warning_icon;
|
global $passed_icon, $warning_icon;
|
||||||
$available = (function_exists('imagecopyresampled') || function_exists('imagecopyresized'));
|
$available = (function_exists('imagecopyresampled') || function_exists('imagecopyresized'));
|
||||||
|
|
||||||
echo ($available ? $passed_icon : $warning_icon).' '.lang('Checking for GD support...').': '.($available ? lang('True') : lang('False'))."</span>\n";
|
echo ($available ? $passed_icon : $warning_icon).' '.lang('Checking for GD support...').': '.($available ? lang('True') : lang('False'))."<br/></span>\n";
|
||||||
|
|
||||||
if (!$available)
|
if (!$available)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user