Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2023-02-23 20:21:10 +01:00
commit 025d498f51

View File

@ -128,6 +128,7 @@ class CMailFile
// Image
public $html;
public $msgishtml;
public $image_boundary;
public $atleastoneimage = 0; // at least one image file with file=xxx.ext into content (TODO Debug this. How can this case be tested. Remove if not used).
public $html_images = array();