File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
/*******************************************************************************
3
3
* FPDF *
4
4
* *
5
- * Version: 1.81 *
6
- * Date: 2015 -12-20 *
5
+ * Version: 1.82 *
6
+ * Date: 2019 -12-07 *
7
7
* Author: Olivier PLATHEY *
8
8
*******************************************************************************/
9
9
10
- define ('FPDF_VERSION ' ,'1.81 ' );
10
+ define ('FPDF_VERSION ' ,'1.82 ' );
11
11
12
12
class Fpdf
13
13
{
@@ -1045,9 +1045,6 @@ protected function _dochecks()
1045
1045
// Check mbstring overloading
1046
1046
if (ini_get ('mbstring.func_overload ' ) & 2 )
1047
1047
$ this ->Error ('mbstring overloading must be disabled ' );
1048
- // Ensure runtime magic quotes are disabled
1049
- if (get_magic_quotes_runtime ())
1050
- @set_magic_quotes_runtime (0 );
1051
1048
}
1052
1049
1053
1050
protected function _checkoutput ()
You can’t perform that action at this time.
0 commit comments