kleine constant Fehler geändert
This commit is contained in:
@ -139,8 +139,8 @@ $columns = 4; //five columns
|
||||
$pdf->SetY(80.8);
|
||||
}
|
||||
#$pos=$pdf->GetY()+10;
|
||||
$betreff = html_entity_decode($row[betreff]);
|
||||
$massnahme = html_entity_decode($row[massnahme]);
|
||||
$betreff = html_entity_decode($row['betreff']);
|
||||
$massnahme = html_entity_decode($row['massnahme']);
|
||||
|
||||
$data[0]['TEXT'] = "$row[vid]";
|
||||
$data[0]['T_ALIGN'] = "L"; //C=CENTER, L=LEFT, R=RIGHT, J=JUSTIFY
|
||||
@ -189,4 +189,4 @@ $columns = 4; //five columns
|
||||
|
||||
$pdf->Output("veroeffentlichung_ideen.pdf","$output");
|
||||
$pdf->closeParsers();
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user