mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
- more bugfixes
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5211 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -259,7 +259,7 @@ class sql_db
|
||||
{
|
||||
if($this->rowset[$query_id])
|
||||
{
|
||||
$result = $this->rowset[$query_id][$field];
|
||||
$result = $this->rowset[$query_id][0][$field];
|
||||
}
|
||||
else if($this->row[$query_id])
|
||||
{
|
||||
|
@@ -271,7 +271,7 @@ class sql_db
|
||||
{
|
||||
if( $this->rowset[$query_id] )
|
||||
{
|
||||
$result = $this->rowset[$query_id][$field];
|
||||
$result = $this->rowset[$query_id][0][$field];
|
||||
}
|
||||
else if( $this->row[$query_id] )
|
||||
{
|
||||
|
Reference in New Issue
Block a user