This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<?php
//**********************************************************************************************************************************
//$za++;
if (isset($etour[$ze]['datum'])) {
$pdf->Cell(23,4,(utf8_decode($etour[$ze]['datum'])),'0','0','R','0');
$pdf->Cell(22,4,(utf8_decode(" ".$etour[$ze]['tour'])),'0','0','L','0');
$pdf->Cell(35,4,(utf8_decode($etour[$ze]['tarif']." EUR")),'0','1','R','0');
}else{
$pdf->Cell(40,4,(" "),'0','1','R','0');
}
$ze++;
?>