Fehlerkorrekturen nach LIVE-Gang

This commit is contained in:
2016-07-09 09:05:09 +00:00
parent 19a604f024
commit 84167781ec
10 changed files with 10 additions and 10 deletions

View File

@@ -117,7 +117,7 @@ $pdf->Write(6, "\n");
$pdf->Cell(100, 4, "Datum, Unterschrift");
$file = "pdf/" . PREFIX . "/kontakt/K_" . $nt['ID'] . ".pdf";
$file = __DIR__ . "/" . PREFIX . "/kontakt/K_" . $nt['ID'] . ".pdf";
$pdf->Output($file, "F");
$var = $nttext['EMail'];