Forgot to take out a function call.
git-svn-id: https://develop.svn.wordpress.org/trunk@564 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cc566a54fa
commit
94639b4e32
|
@ -160,7 +160,6 @@
|
|||
if ( preg_match("/^\\s*$word /i",$query) )
|
||||
{
|
||||
$this->rows_affected = mysql_affected_rows();
|
||||
$this->querybump();
|
||||
|
||||
// This gets the insert ID
|
||||
if ( $word == 'insert' || $word == 'replace' )
|
||||
|
|
Loading…
Reference in New Issue