mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix phpcs
This commit is contained in:
@@ -1826,7 +1826,7 @@ function deleteFilesIntoDatabaseIndex($dir, $file, $mode = 'uploaded')
|
|||||||
* @param string $page Page number if we convert a PDF into png
|
* @param string $page Page number if we convert a PDF into png
|
||||||
* @return int <0 if KO, 0=Nothing done, >0 if OK
|
* @return int <0 if KO, 0=Nothing done, >0 if OK
|
||||||
*/
|
*/
|
||||||
function dol_convert_file($fileinput, $ext = 'png', $fileoutput = '', $page='')
|
function dol_convert_file($fileinput, $ext = 'png', $fileoutput = '', $page = '')
|
||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
if (class_exists('Imagick'))
|
if (class_exists('Imagick'))
|
||||||
|
|||||||
Reference in New Issue
Block a user