From 3eabef7973cb7aa86c20547bfd8aaea8533b16b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Thu, 24 Apr 2014 10:18:46 +0200 Subject: [PATCH] ueberschriften --- app/View/Pdf/profil.ctp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/View/Pdf/profil.ctp b/app/View/Pdf/profil.ctp index d71c3b9..3135b7c 100644 --- a/app/View/Pdf/profil.ctp +++ b/app/View/Pdf/profil.ctp @@ -5,7 +5,7 @@ $cvinhalt .= ''; -//ob_end_clean(); +ob_end_clean(); $dev = 0; @@ -71,8 +71,8 @@ foreach($WORKER['DreamjobPageInh'] as $page){ // etc. // see the TCPDF examples -$tcpdf->Output('filename.pdf','I'); +$tcpdf->Output('profil.pdf','I'); // TO Download -//$tcpdf->Output('filename.pdf','D'); +//$tcpdf->Output('profil.pdf','D'); ?>