Changeset 24495
- Timestamp:
- 06/21/2013 06:23:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.5/wp-includes/wp-db.php
r24460 r24495 1121 1121 $this->col_info = null; 1122 1122 $this->last_query = null; 1123 $this->rows_affected = $this->num_rows = $this->insert_id =0;1123 $this->rows_affected = $this->num_rows = 0; 1124 1124 $this->last_error = ''; 1125 1125 … … 1303 1303 if ( ! in_array( strtoupper( $type ), array( 'REPLACE', 'INSERT' ) ) ) 1304 1304 return false; 1305 $this->insert_id = 0; 1305 1306 $formats = $format = (array) $format; 1306 1307 $fields = array_keys( $data );
Note: See TracChangeset
for help on using the changeset viewer.