1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

Refine fix for #31445 originally committed in r8758

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8809 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith
2008-09-02 13:27:37 +00:00
parent 80b7806f67
commit e81eb70aed
8 changed files with 8 additions and 8 deletions

View File

@@ -202,7 +202,7 @@ class dbal_postgres extends dbal
return false;
}
return ($this->query_result !== false) ? $this->query_result : false;
return $this->query_result;
}
/**