diff --git a/app/View/Pdf/application.ctp b/app/View/Pdf/application.ctp index 3ebb5b8..3426168 100644 --- a/app/View/Pdf/application.ctp +++ b/app/View/Pdf/application.ctp @@ -99,6 +99,6 @@ foreach($application['Page'] as $page){ $tcpdf->Output('filename.pdf','I'); // TO Download -//echo $tcpdf->Output('filename.pdf','D'); +//$tcpdf->Output('filename.pdf','D'); ?> diff --git a/app/View/Pdf/profil.ctp b/app/View/Pdf/profil.ctp index bbdd51c..01775a1 100644 --- a/app/View/Pdf/profil.ctp +++ b/app/View/Pdf/profil.ctp @@ -73,6 +73,6 @@ foreach($WORKER['DreamjobPageInh'] as $page){ $tcpdf->Output('filename.pdf','I'); // TO Download -//echo $tcpdf->Output('filename.pdf','D'); +//$tcpdf->Output('filename.pdf','D'); ?>