2
0
forked from Wavyzz/dolibarr

Work on FPDF replacement by TCPDF

This commit is contained in:
Laurent Destailleur
2010-09-01 10:22:11 +00:00
parent d97c1054f1
commit f5a945cf74
24 changed files with 754 additions and 525 deletions

View File

@@ -297,7 +297,7 @@ class pdf_sirocco extends ModelePDFDeliveryOrder
$pdf->Close();
$pdf->Output($file);
$pdf->Output($file,'F');
if (! empty($conf->global->MAIN_UMASK))
@chmod($file, octdec($conf->global->MAIN_UMASK));

View File

@@ -419,7 +419,7 @@ class pdf_typhon extends ModelePDFDeliveryOrder
$pdf->Close();
$pdf->Output($file);
$pdf->Output($file,'F');
if (! empty($conf->global->MAIN_UMASK))
@chmod($file, octdec($conf->global->MAIN_UMASK));