Menüanpassung und Sonderzeichen

This commit is contained in:
2026-03-30 21:04:39 +02:00
parent bb422005d0
commit c9b0026f52
5 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ try {
$pdf->SetCreator(PDF_CREATOR);
$pdf->SetAuthor($currentUser['vorname'] . ' ' . $currentUser['nachname']);
$pdf->SetTitle('Arbeitszeiten aller Mitarbeiter');
$pdf->SetSubject('Arbeitszeiten aller Mitarbeiter fuer ' . $selectedMonth . '/' . $selectedYear);
$pdf->SetSubject('Arbeitszeiten aller Mitarbeiter für ' . $selectedMonth . '/' . $selectedYear);
$stempdate = $selectedYear . "-" . $selectedMonth . "-1";
$date = new DateTime($stempdate);