mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-03 00:28:53 +00:00
Fixed some more issues
git-svn-id: file:///svn/phpbb/trunk@294 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ffb911d1e1
commit
2ca28725f4
1 changed files with 2 additions and 2 deletions
|
@ -382,8 +382,8 @@ class sql_db
|
|||
if(!$query_id){
|
||||
$query_id = $this->query_result;
|
||||
}
|
||||
$result[message] = @pg_errormessage($query_id);
|
||||
$result[code] = -1;
|
||||
$result['message'] = @pg_errormessage($this->db_connect_id);
|
||||
$result['code'] = -1;
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue