Skip to content

Commit

Permalink
Fixed issue #3734: Notice "Deprecated: Function set_magic_quotes_runt…
Browse files Browse the repository at this point in the history
…ime() is deprecated" when running statistics

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8247 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Jan 13, 2010
1 parent de97593 commit 156146c
Show file tree
Hide file tree
Showing 6 changed files with 3,344 additions and 3,344 deletions.
2 changes: 1 addition & 1 deletion admin/classes/tcpdf/fonts/utils/makefont.php
Expand Up @@ -57,7 +57,7 @@
*/
function MakeFont($fontfile, $fmfile, $embedded=true, $enc='cp1252', $patch=array()) {
//Generate a font definition file
set_magic_quotes_runtime(0);
@set_magic_quotes_runtime(0);
ini_set('auto_detect_line_endings', '1');
if (!file_exists($fontfile)) {
die('Error: file not found: '.$fontfile);
Expand Down

0 comments on commit 156146c

Please sign in to comment.