Skip to content

Commit

Permalink
Merge pull request civicrm#22 from kurund/tcpdf-fixes
Browse files Browse the repository at this point in the history
we don't pass HTML to pdf using tcpdf but to be safe making K_TCPDF_CALL...
  • Loading branch information
totten committed Jun 6, 2013
2 parents 8e1759a + 5e5e1b2 commit ea7696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcpdf/config/tcpdf_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
* 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 adn PHP version is greater than 5, then the Error() method throw new exception instead of terminating the execution.
Expand Down

0 comments on commit ea7696a

Please sign in to comment.