Fix: mb_strtolower function does not exists on all PHP versions.

This commit is contained in:
Laurent Destailleur 2014-08-05 21:18:36 +02:00
parent 2624632fde
commit 0397fa7dc3

View File

@ -838,7 +838,7 @@ function pdf_pagefoot(&$pdf,$outputlangs,$paramfreetext,$fromcompany,$marge_bass
}
// Show page nb only on iso languages (so default Helvetica font)
if (mb_strtolower(pdf_getPDFFont($outputlangs)) == 'helvetica')
if (strtolower(pdf_getPDFFont($outputlangs)) == 'helvetica')
{
$pdf->SetXY(-20,-$posy);
//print 'xxx'.$pdf->PageNo().'-'.$pdf->getAliasNbPages().'-'.$pdf->getAliasNumPage();exit;