diff options
author | Marek A. R <aptx@phpbb.com> | 2008-08-16 21:55:45 +0000 |
---|---|---|
committer | Marek A. R <aptx@phpbb.com> | 2008-08-16 21:55:45 +0000 |
commit | 87109462116c8f55ab43794d3f2ce79f44056315 (patch) | |
tree | ae3ef88c8843ad3e8f783888e77d7feaf40468e5 /phpBB | |
parent | 068096531f297d188afea88190cd838ccae662cb (diff) | |
download | forums-87109462116c8f55ab43794d3f2ce79f44056315.tar forums-87109462116c8f55ab43794d3f2ce79f44056315.tar.gz forums-87109462116c8f55ab43794d3f2ce79f44056315.tar.bz2 forums-87109462116c8f55ab43794d3f2ce79f44056315.tar.xz forums-87109462116c8f55ab43794d3f2ce79f44056315.zip |
5.3 compatibility.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8764 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/style.php b/phpBB/style.php index cb2bcff115..de9e25ed1a 100644 --- a/phpBB/style.php +++ b/phpBB/style.php @@ -27,7 +27,7 @@ if (!defined('PHPBB_INSTALLED') || empty($dbms) || empty($acm_type)) if (version_compare(PHP_VERSION, '6.0.0-dev', '<')) { - set_magic_quotes_runtime(0); + @set_magic_quotes_runtime(0); } // Load Extensions |