www/rec_print.php

changeset 589
b6a73022abe7
parent 539
fe9ac6d49c4f
child 667
1246550451ca
equal deleted inserted replaced
588:73e24a609e88 589:b6a73022abe7
610 $this->SetX(45); 610 $this->SetX(45);
611 $this->Cell(17,5,'Datum:',0,0,'L'); 611 $this->Cell(17,5,'Datum:',0,0,'L');
612 $this->Cell(0,5,$prdate,0,1,'L'); 612 $this->Cell(0,5,$prdate,0,1,'L');
613 $this->SetX(45); 613 $this->SetX(45);
614 $this->Cell(17,5,'Stijl:',0,0,'L'); 614 $this->Cell(17,5,'Stijl:',0,0,'L');
615 $this->Cell(0,5,$row['st_name'],0,1,'L'); 615 $st_name = iconv('UTF-8','windows-1252',$row['st_name']);
616 $this->Cell(0,5,$st_name,0,1,'L');
616 $this->Ln(7); 617 $this->Ln(7);
617 // Ensure table header is printed 618 // Ensure table header is printed
618 parent::Header(); 619 parent::Header();
619 } 620 }
620 } 621 }

mercurial