From: Janusz Dobrowolski Date: Tue, 7 Dec 2010 10:12:11 +0000 (+0000) Subject: Typo fixed. X-Git-Tag: v2.4.2~19^2~428 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6c2eb8504065becb97a0bbe66f87ed18d067293f;p=fa-stable.git Typo fixed. --- diff --git a/reporting/includes/tcpdf.php b/reporting/includes/tcpdf.php index 326ffa61..0f6f48d7 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;