mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 10:22:23 +01:00
Forgot to take out a function call.
git-svn-id: http://svn.automattic.com/wordpress/trunk@564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e1114fe2bb
commit
c1b372eb29
@ -160,7 +160,6 @@
|
|||||||
if ( preg_match("/^\\s*$word /i",$query) )
|
if ( preg_match("/^\\s*$word /i",$query) )
|
||||||
{
|
{
|
||||||
$this->rows_affected = mysql_affected_rows();
|
$this->rows_affected = mysql_affected_rows();
|
||||||
$this->querybump();
|
|
||||||
|
|
||||||
// This gets the insert ID
|
// This gets the insert ID
|
||||||
if ( $word == 'insert' || $word == 'replace' )
|
if ( $word == 'insert' || $word == 'replace' )
|
||||||
|
Loading…
Reference in New Issue
Block a user