From 8d7c6d37ec40b5776e1ee7ed0a42cae2717fe85d Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 9 Jul 2001 23:11:05 +0000 Subject: Switched to associative and numbered fetcharray git-svn-id: file:///svn/phpbb/trunk@611 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/db/postgres7.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/db') 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]++; -- cgit v1.2.1