File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1226,10 +1226,10 @@ private function _parseTag ($args)
12261226 */
12271227 private function _intParse ()
12281228 {
1229- $ mqrt = get_magic_quotes_runtime ();
1230- set_magic_quotes_runtime (0 );
1229+ // $mqrt = get_magic_quotes_runtime();
1230+ // set_magic_quotes_runtime(0);
12311231 $ this ->_tmplfilep = '?> ' .$ this ->_getData ($ this ->_tmplfilename ).'<?php return true; ' ;
1232- set_magic_quotes_runtime ($ mqrt );
1232+ // set_magic_quotes_runtime($mqrt);
12331233 return true ;
12341234 }
12351235
Original file line number Diff line number Diff line change @@ -1339,10 +1339,10 @@ function _parseTag ($args) {
13391339 * @return boolean true/false
13401340 */
13411341 function _intParse () {
1342- $ mqrt = get_magic_quotes_runtime ();
1343- set_magic_quotes_runtime (0 );
1342+ // $mqrt = get_magic_quotes_runtime();
1343+ // set_magic_quotes_runtime(0);
13441344 $ this ->_tmplfilep = '?> ' .$ this ->_getData ($ this ->_tmplfilename ).'<?php return true; ' ;
1345- set_magic_quotes_runtime ($ mqrt );
1345+ // set_magic_quotes_runtime($mqrt);
13461346 return true ;
13471347 }
13481348
You can’t perform that action at this time.
0 commit comments