Changeset 24873
- Timestamp:
- 07/29/2013 06:15:31 PM (13 years ago)
- Location:
- branches/3.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
-
branches/3.6/wp-includes/wp-db.php
r24758 r24873 1205 1205 // If there is an error then take note of it.. 1206 1206 if ( $this->last_error = mysql_error( $this->dbh ) ) { 1207 // Clear insert_id on a subsequent failed insert. 1208 if ( $this->insert_id && preg_match( '/^\s*(insert|replace)\s/i', $query ) ) 1209 $this->insert_id = 0; 1210 1207 1211 $this->print_error(); 1208 1212 return false;
Note: See TracChangeset
for help on using the changeset viewer.