Skip to content

Commit

Permalink
Merge pull request #37 from no-simpler/master
Browse files Browse the repository at this point in the history
Upgrade Fpdf to v1.82
  • Loading branch information
codedge authored Dec 27, 2019
2 parents d2063f2 + 6fc9602 commit b33e4f3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/Fpdf/Fpdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
/*******************************************************************************
* FPDF *
* *
* Version: 1.81 *
* Date: 2015-12-20 *
* Version: 1.82 *
* Date: 2019-12-07 *
* Author: Olivier PLATHEY *
*******************************************************************************/

define('FPDF_VERSION','1.81');
define('FPDF_VERSION','1.82');

class Fpdf
{
Expand Down Expand Up @@ -1045,9 +1045,6 @@ protected function _dochecks()
// Check mbstring overloading
if(ini_get('mbstring.func_overload') & 2)
$this->Error('mbstring overloading must be disabled');
// Ensure runtime magic quotes are disabled
if(get_magic_quotes_runtime())
@set_magic_quotes_runtime(0);
}

protected function _checkoutput()
Expand Down

0 comments on commit b33e4f3

Please sign in to comment.