mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 06:49:53 +02:00
Merge in r8758, r8807, r8808, r8809
git-svn-id: file:///svn/phpbb/trunk@8810 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -198,7 +198,7 @@ class dbal_postgres extends dbal
|
||||
return false;
|
||||
}
|
||||
|
||||
return ($this->query_result) ? $this->query_result : false;
|
||||
return $this->query_result;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user