From 53f65b3123e4d56666c40ba262373d0ee749c377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Wed, 13 Oct 2010 08:46:48 +0000 Subject: [PATCH] --- include/tw/abgabe_lektor_benotung.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/tw/abgabe_lektor_benotung.php b/include/tw/abgabe_lektor_benotung.php index a0b1b904e..a59d50566 100644 --- a/include/tw/abgabe_lektor_benotung.php +++ b/include/tw/abgabe_lektor_benotung.php @@ -45,14 +45,6 @@ require_once('../../include/mitarbeiter.class.php'); require_once('../../include/pdf.inc.php'); - - - - - - - - $getuid=get_uid(); $datum_obj = new datum(); $htmlstr = ""; @@ -225,7 +217,7 @@ else $maxX +=291; $pdf->SetFont('Arial','',9); $pdf->SetXY($maxX,$maxY); - $pdf->MultiCell(159,18,'Datum (dd.MM.yyyy): ',1,'L',0); + $pdf->MultiCell(159,18,'Datum: ',1,'L',0); $pdf->SetXY($maxX,$maxY); $pdf->MultiCell(159,18,date('d.m.Y',mktime(0, 0, 0, date("m") , date("d"), date("Y"))),1,'R',0);