mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 04:20:32 +02:00
Switched to associative and numbered fetcharray
git-svn-id: file:///svn/phpbb/trunk@611 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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]++;
|
||||
|
Reference in New Issue
Block a user