Anschrift Kehl geändert, Postfach raus
This commit is contained in:
@ -55,7 +55,7 @@ $pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY(61.3);
|
||||
$pdf->SetX(24);
|
||||
if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){
|
||||
$pdf->MultiCell(0, 4.5, "Hochschule Kehl\nPostfach 1549\n77675 Kehl", 0, 'L');
|
||||
$pdf->MultiCell(0, 4.5, "Hochschule Kehl\nServicezentrum Studium & Lehre\nKinzigallee 1\n77694 Kehl", 0, 'L');
|
||||
}else{
|
||||
$pdf->MultiCell(0, 4.5, "Hochschule Ludwigsburg\nZulassungsamt\nReuteallee 36\n71634 Ludwigsburg", 0, 'L');
|
||||
}
|
||||
|
@ -55,7 +55,7 @@ $pdf->SetFont('Arial', '', 11);
|
||||
$pdf->SetY(61.3);
|
||||
$pdf->SetX(24);
|
||||
if($row_hs['hs'] == 'K' or $row_hs['hs'] == 'k'){
|
||||
$pdf->MultiCell(0, 4.5, "Hochschule Kehl\nPostfach 1549\n77675 Kehl", 0, 'L');
|
||||
$pdf->MultiCell(0, 4.5, "Hochschule Kehl\nServicezentrum Studium & Lehre\nKinzigallee 1\n77694 Kehl", 0, 'L');
|
||||
}else{
|
||||
$pdf->MultiCell(0, 4.5, "Hochschule Ludwigsburg\nZulassungsamt\nReuteallee 36\n71634 Ludwigsburg", 0, 'L');
|
||||
}
|
||||
|
Reference in New Issue
Block a user