mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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:
parent
284b14e970
commit
8d7c6d37ec
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ class sql_db
|
||||||
}
|
}
|
||||||
if($query_id)
|
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)
|
if($this->row)
|
||||||
{
|
{
|
||||||
$this->rownum[$query_id]++;
|
$this->rownum[$query_id]++;
|
||||||
|
|
Loading…
Add table
Reference in a new issue