Anpassung von Adressen und Charset-Umstellung auf utf-8

This commit is contained in:
2016-07-08 13:31:51 +00:00
parent 1c201488b6
commit 19a604f024
14 changed files with 35 additions and 31 deletions

View File

@@ -89,7 +89,7 @@ if ("" != $nt['Text'])
$pdf->Write(4, "\n" . $nt['Text'] . "\n");
}
$var = "Mit freundlichen Grüßen\nPablo Rink und Christian Steinle";
$var = "Mit freundlichen Grüßen\nChristian Steinle";
include __DIR__ . "/replace_gruss.php";
$pdf->SetFont('Helvetica', '', 10);
$pdf->Write(4, "\n" . $var);