aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db/mysql.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-17 02:56:11 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2002-10-17 02:56:11 +0000
commit48727c433f2239625a8059edb66b7087a28d008b (patch)
tree11a5bd44a772dc1db57a0a38c6a0ed799e7023d9 /phpBB/db/mysql.php
parent80864fa7ee6e1d7e76a1f490d186fb9a7f5b1162 (diff)
downloadforums-48727c433f2239625a8059edb66b7087a28d008b.tar
forums-48727c433f2239625a8059edb66b7087a28d008b.tar.gz
forums-48727c433f2239625a8059edb66b7087a28d008b.tar.bz2
forums-48727c433f2239625a8059edb66b7087a28d008b.tar.xz
forums-48727c433f2239625a8059edb66b7087a28d008b.zip
Random bugfixes, (hopefully) improved admin panel security.
git-svn-id: file:///svn/phpbb/trunk@2955 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/db/mysql.php')
-rw-r--r--phpBB/db/mysql.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/db/mysql.php b/phpBB/db/mysql.php
index b7a4dafed8..d2f7dc70ea 100644
--- a/phpBB/db/mysql.php
+++ b/phpBB/db/mysql.php
@@ -382,8 +382,6 @@ class sql_db
function sql_error($sql = '')
{
- global $_SERVER, $_ENV;
-
if ( !$this->return_on_error )
{
if ( $this->transaction )