X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=inline;f=reporting%2Fincludes%2Ftcpdf.php;h=0d3d210844778657df5a846ceb3617f2b86d11b6;hb=9044444ee1933dc684c6aab26ac718e65ce8c370;hp=01d15527f598cb1bd827d563cc2af5180ebdee6f;hpb=fe984d19a32486bb72c6489fab3bd26a2dd3b3f2;p=fa-stable.git diff --git a/reporting/includes/tcpdf.php b/reporting/includes/tcpdf.php index 01d15527..0d3d2108 100644 --- a/reporting/includes/tcpdf.php +++ b/reporting/includes/tcpdf.php @@ -1,4 +1,4 @@ -4527Image($filename, 0, 0) ) + return _('Unsupported image file format.'); + return ''; +} + if (!class_exists('TCPDF')) { /** * define default PDF document producer @@ -613,7 +624,7 @@ if (!class_exists('TCPDF')) { * @var Header font. * @access protected */ - var $header_font; + var $header_font = array('helvetica', '', 12); /** * @var Footer font. @@ -3707,6 +3718,7 @@ if (!class_exists('TCPDF')) { } } $this->endlinex = $this->img_rb_x; + return $info; } /**