This commit is contained in:
Rudolf Hangl
2009-01-30 12:48:29 +00:00
parent 37e14b2898
commit 2f59e7cbb4
3 changed files with 136 additions and 24 deletions
+2 -1
View File
@@ -47,6 +47,7 @@ if (!$conn = @pg_pconnect(CONN_STRING))
die('Es konnte keine Verbindung zum Server aufgebaut werden.');
$getuid=get_uid();
$datum_obj = new datum();
$htmlstr = "";
$qualitaet='';
$form='';
@@ -438,7 +439,7 @@ else
$maxX=+40;
$maxY=$pdf->GetY();
$pdf->SetXY($maxX,$maxY);
$pdf->MultiCell(160,12,'Letzter Abgabetermin: '.$ende,0,'L',0);
$pdf->MultiCell(160,12,'Letzter Abgabetermin: '.$datum_obj->formatDatum($ende,'d.m.Y'),0,'L',0);
$maxX +=300;
$pdf->SetXY($maxX,$maxY);
$pdf->MultiCell(240,12,"Unterschrift:__________________________",0,'C',0);