Typo fixed.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 7 Dec 2010 10:12:11 +0000 (10:12 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Tue, 7 Dec 2010 10:12:11 +0000 (10:12 +0000)
reporting/includes/tcpdf.php

index 326ffa611c14fd488b81e29af0b037c411952d4f..0f6f48d73c78c198a8be329e21bd50960e835039 100644 (file)
@@ -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;