kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-14 08:08:06 +01:00
parent 1bf9923edf
commit c00fb6812e
20 changed files with 163 additions and 163 deletions

View File

@ -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();
?>
?>