aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/db
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/db')
-rw-r--r--phpBB/db/postgres7.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/db/postgres7.php b/phpBB/db/postgres7.php
index df5d8edc4c..e0c54037d5 100644
--- a/phpBB/db/postgres7.php
+++ b/phpBB/db/postgres7.php
@@ -274,7 +274,7 @@ class sql_db
}
if($query_id)
{
- $this->row = @pg_fetch_array($query_id, $this->rownum[$query_id], PGSQL_ASSOC);
+ $this->row = @pg_fetch_array($query_id, $this->rownum[$query_id]);
if($this->row)
{
$this->rownum[$query_id]++;