From 4ff22ecb0fe572bf4b66dea2aa2dda2781ad41b5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 6 Jul 2011 12:59:20 +0000 Subject: [PATCH] Removed deprecated files --- htdocs/includes/dolibarr_changes.txt | 12 ------------ 1 file changed, 12 deletions(-) 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