mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Random bugfixes, (hopefully) improved admin panel security.
git-svn-id: file:///svn/phpbb/trunk@2955 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -382,8 +382,6 @@ class sql_db
|
|||||||
|
|
||||||
function sql_error($sql = '')
|
function sql_error($sql = '')
|
||||||
{
|
{
|
||||||
global $_SERVER, $_ENV;
|
|
||||||
|
|
||||||
if ( !$this->return_on_error )
|
if ( !$this->return_on_error )
|
||||||
{
|
{
|
||||||
if ( $this->transaction )
|
if ( $this->transaction )
|
||||||
|
Reference in New Issue
Block a user