postgre fix
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@87 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -131,7 +131,7 @@ class DBConnector
|
||||
return mysqli_num_rows($result);
|
||||
}
|
||||
|
||||
static public function affectedRows($handler)
|
||||
static public function affectedRows($handler, $result)
|
||||
{
|
||||
return mysqli_affected_rows($handler);
|
||||
}
|
||||
|
Reference in New Issue
Block a user