summaryrefslogtreecommitdiff
path: root/library/tecnick.com/tcpdf/config
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-18 17:07:42 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-18 17:07:42 +0000
commita4131d0034f4473a6d4a8b6eeed0094eb1726fb6 (patch)
tree33ecb67fd196570b30553d9e945b5c1d84314889 /library/tecnick.com/tcpdf/config
parent2d042a87e7085656a2167405aae1d410e8805635 (diff)
downloadwebtrees-a4131d0034f4473a6d4a8b6eeed0094eb1726fb6.tar.gz
webtrees-a4131d0034f4473a6d4a8b6eeed0094eb1726fb6.tar.bz2
webtrees-a4131d0034f4473a6d4a8b6eeed0094eb1726fb6.zip
Update vendor libraries: ZendFramework, Patchwork Utf8, and TCPDF
Diffstat (limited to 'library/tecnick.com/tcpdf/config')
-rw-r--r--library/tecnick.com/tcpdf/config/tcpdf_config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/tecnick.com/tcpdf/config/tcpdf_config.php b/library/tecnick.com/tcpdf/config/tcpdf_config.php
index 864a9d2d89..92317b121e 100644
--- a/library/tecnick.com/tcpdf/config/tcpdf_config.php
+++ b/library/tecnick.com/tcpdf/config/tcpdf_config.php
@@ -2,7 +2,7 @@
//============================================================+
// File name : tcpdf_config.php
// Begin : 2004-06-11
-// Last Update : 2014-09-02
+// Last Update : 2014-12-11
//
// Description : Configuration file for TCPDF.
// Author : Nicola Asuni - Tecnick.com LTD - www.tecnick.com - info@tecnick.com
@@ -210,7 +210,7 @@ define('K_THAI_TOPCHARS', true);
* If true allows to call TCPDF methods using HTML syntax
* IMPORTANT: For security reason, disable this feature if you are printing user HTML content.
*/
-define('K_TCPDF_CALLS_IN_HTML', true);
+define('K_TCPDF_CALLS_IN_HTML', false);
/**
* If true and PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.