X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Ftcpdf.php;h=6e7b6f4af9f50135c536984c6dc61288685d310f;hb=4f3183fb40d1107e2bffd0f18ebbca33965bb9e9;hp=326ffa611c14fd488b81e29af0b037c411952d4f;hpb=a749d48dad4cdb0708ff272129338fa46fff7c2c;p=fa-stable.git diff --git a/reporting/includes/tcpdf.php b/reporting/includes/tcpdf.php index 326ffa61..6e7b6f4a 100644 --- a/reporting/includes/tcpdf.php +++ b/reporting/includes/tcpdf.php @@ -4536,7 +4536,7 @@ if (!class_exists('TCPDF')) { $this->_putstream($font); $this->_out('endobj'); } - ini_set('magic_quotes_runtime', $mgr); + ini_set('magic_quotes_runtime', $mqr); foreach($this->fonts as $k => $font) { //Font objects $this->fonts[$k]['n'] = $this->n + 1; @@ -10430,4 +10430,3 @@ if (!class_exists('TCPDF')) { //============================================================+ // END OF FILE //============================================================+ -?>