Menüanpassung und Sonderzeichen
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user