Clean code
This commit is contained in:
parent
67144020c6
commit
2dfb8c0496
@ -1991,7 +1991,6 @@ function deleteFilesIntoDatabaseIndex($dir, $file, $mode = 'uploaded')
|
|||||||
*/
|
*/
|
||||||
function dol_convert_file($fileinput, $ext = 'png', $fileoutput = '', $page = '')
|
function dol_convert_file($fileinput, $ext = 'png', $fileoutput = '', $page = '')
|
||||||
{
|
{
|
||||||
global $langs;
|
|
||||||
if (class_exists('Imagick')) {
|
if (class_exists('Imagick')) {
|
||||||
$image = new Imagick();
|
$image = new Imagick();
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user