diff options
author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-10-17 02:56:11 +0000 |
---|---|---|
committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2002-10-17 02:56:11 +0000 |
commit | 48727c433f2239625a8059edb66b7087a28d008b (patch) | |
tree | 11a5bd44a772dc1db57a0a38c6a0ed799e7023d9 /phpBB/db/mysql.php | |
parent | 80864fa7ee6e1d7e76a1f490d186fb9a7f5b1162 (diff) | |
download | forums-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.php | 2 |
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 ) |