From c1b372eb290f87509ca65f2e01695e899957d844 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 4 Dec 2003 19:23:18 +0000 Subject: [PATCH] Forgot to take out a function call. git-svn-id: http://svn.automattic.com/wordpress/trunk@564 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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' )