mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
This bug courteousy of "The Idiot Song" (c) P. Owen : All Rights Reserved
git-svn-id: file:///svn/phpbb/trunk@2825 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fc1aed076e
commit
6812929e37
1 changed files with 1 additions and 6 deletions
|
@ -216,12 +216,7 @@ class sql_db
|
|||
|
||||
function sql_affectedrows()
|
||||
{
|
||||
if ( !$query_id )
|
||||
{
|
||||
$query_id = $this->query_result;
|
||||
}
|
||||
|
||||
return ( $query_id ) ? @mysql_affected_rows($query_id) : false;
|
||||
return ( $this->db_connect_id ) ? @mysql_affected_rows($this->db_connect_id) : false;
|
||||
}
|
||||
|
||||
function sql_fetchrow($query_id = 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue