From 6c2eb8504065becb97a0bbe66f87ed18d067293f Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Tue, 7 Dec 2010 10:12:11 +0000 Subject: [PATCH] Typo fixed. --- reporting/includes/tcpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2