Laurent Destailleur 1 year ago
parent
commit
3fae1cc099
1 changed files with 0 additions and 4 deletions
  1. 0 4
      dev/dolibarr_changes.txt

+ 0 - 4
dev/dolibarr_changes.txt

@@ -110,15 +110,11 @@ with
 			if (!@TCPDF_STATIC::file_exists($file)) {
 			if (!@TCPDF_STATIC::file_exists($file)) {
 				// DOL CHANGE If we keep this, the image is not visible on pages after the first one.
 				// 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)));
 				//var_dump($file.' '.(!@TCPDF_STATIC::file_exists($file)));
-<<<<<<< HEAD
 				//return false;	
 				//return false;	
                 $tfile = str_replace(' ', '%20', $file);
                 $tfile = str_replace(' ', '%20', $file);
 				if (@TCPDF_STATIC::file_exists($tfile)) {
 				if (@TCPDF_STATIC::file_exists($tfile)) {
 					$file = $tfile;
 					$file = $tfile;
 				}
 				}
-=======
-				//return false;
->>>>>>> branch '15.0' of git@github.com:Dolibarr/dolibarr.git
 			}
 			}
 
 
 * Replace in tcpdf.php
 * Replace in tcpdf.php