diff --git a/htdocs/includes/dolibarr_changes.txt b/htdocs/includes/dolibarr_changes.txt index 66bd0475a94..c0662b85763 100644 --- a/htdocs/includes/dolibarr_changes.txt +++ b/htdocs/includes/dolibarr_changes.txt @@ -7,11 +7,6 @@ ALL: Replace "& new" by "new" -CKEDITOR: ---------- -Remove border and padding into style .cke_skin_kama -into file includes/ckeditor/skins/kama/editor.css - NUSOAP: ------- @@ -25,13 +20,6 @@ By Replace call to serialize_val with no bugged value -FPDF: ------ -* All changes were added in fpdf.php file and marked with tag DOLCHANGE or DOL_CHANGE -Example: -$tmp=tempnam('.','gif') into $tmp=tempnam(DOL_DATA_ROOT,'gif') to avoid creating files out of the htdocs directory. - - FPDFI and FPDF_TPL: ------------------- * Added the include FPDF at beginning of fpdf_tpl.php