Correction syntax error

This commit is contained in:
Rodolphe Quiedeville 2003-09-10 14:02:54 +00:00
parent a1b276459d
commit a14f505a61

View File

@ -216,7 +216,7 @@ Class pdf_tourteau {
$pdf->Close();
$pdf->Output($file);
retrun 1;
return 1;
}
else
{