Update fax_send.php
Prevent the fax cover page from exceeding 1 page.
This commit is contained in:
parent
95af99a347
commit
ab5394aba4
|
|
@ -542,7 +542,7 @@ function fax_split_dtmf(&$fax_number, &$fax_dtmf){
|
|||
if ($fax_message != '') {
|
||||
$pdf -> SetFont($pdf_font, "", 12);
|
||||
$pdf -> SetXY($x + 0.75, $y + 3.65);
|
||||
$pdf -> MultiCell(7, 5.75, $fax_message, 0, 'L', false);
|
||||
$pdf -> MultiCell(7, 5.40, $fax_message, 0, 'L', false);
|
||||
}
|
||||
|
||||
//footer
|
||||
|
|
|
|||
Loading…
Reference in New Issue