From 3fae1cc0992596df493217e4846eac904a6c7fc4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 2 Jan 2024 14:47:18 +0100 Subject: [PATCH] Fix doc --- dev/dolibarr_changes.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev/dolibarr_changes.txt b/dev/dolibarr_changes.txt index cd64efe58e7..bd826f56938 100644 --- a/dev/dolibarr_changes.txt +++ b/dev/dolibarr_changes.txt @@ -110,15 +110,11 @@ with if (!@TCPDF_STATIC::file_exists($file)) { // DOL CHANGE If we keep this, the image is not visible on pages after the first one. //var_dump($file.' '.(!@TCPDF_STATIC::file_exists($file))); -<<<<<<< HEAD //return false; $tfile = str_replace(' ', '%20', $file); if (@TCPDF_STATIC::file_exists($tfile)) { $file = $tfile; } -======= - //return false; ->>>>>>> branch '15.0' of git@github.com:Dolibarr/dolibarr.git } * Replace in tcpdf.php