This commit is contained in:
Laurent Destailleur 2010-09-14 07:58:35 +00:00
parent 1855d57bfc
commit 175e7dfed2
2 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,7 @@ FPDI_Protection 1.0.3 Apache Software License 2.0 No GPL3 only PDF encr
GeoIP x.x Yes GeoIP Maxmind conversion
iWebkit 5.0.4 LGPL 3.0 Yes Iphone templates framework
JCrop 0.9.8 MIT Licence Yes JS library to crop images
JQuery 1.4.2 GPL and MIT Licence Yes
JSGantt 1.2 BSD Licence Yes
JQuery 1.4.2 GPL and MIT Licence Yes JS library +Plugin UI,Layout,TableDND
MagPieRss 0.72 GPL 2.0 Yes Load RSS
NuSoap 0.9.5 LGPL 2.1 Yes Interfaces with third tools
OdtPHP 1.0.1 GPL 2.0 Yes Library to build/edit ODT files

View File

@ -20,7 +20,7 @@ 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 in the htdocs directory.
$tmp=tempnam('.','gif') into $tmp=tempnam(DOL_DATA_ROOT,'gif') to avoid creating files out of the htdocs directory.
FPDFI and FPDF_TPL: