From 94639b4e3229bfebf843ca02ad43418399b240a4 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Thu, 4 Dec 2003 19:23:18 +0000 Subject: [PATCH] Forgot to take out a function call. git-svn-id: https://develop.svn.wordpress.org/trunk@564 602fd350-edb4-49c9-b593-d223f7449a82 --- b2-include/wp-db.php | 1 - 1 file changed, 1 deletion(-) diff --git a/b2-include/wp-db.php b/b2-include/wp-db.php index ba829699b8..e8fa147267 100644 --- a/b2-include/wp-db.php +++ b/b2-include/wp-db.php @@ -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' )