This commit is contained in:
Martin Müller 2014-04-30 00:42:48 +02:00
parent f791276987
commit 18e0f31dbb
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ $tcpdf->SetAutoPageBreak( true, 20);
$tcpdf->writeHTML('<br/><br/><h1>'.$application['DreamjobJobApplication']['subject'].'</h1><br/>'.$application['DreamjobJobApplication']['text']); $tcpdf->writeHTML('<br/><br/><h1>'.$application['DreamjobJobApplication']['subject'].'</h1><br/>'.$application['DreamjobJobApplication']['text']);
//Lebenslauf //Lebenslauf
$tcpdf->SetAutoPageBreak( true, 20);
$tcpdf->title=__('dreamjob.cv'); $tcpdf->title=__('dreamjob.cv');
$tcpdf->AddPage(); $tcpdf->AddPage();
$tcpdf->SetY(35); $tcpdf->SetY(35);