Changeset 24494
- Timestamp:
- 06/21/2013 06:22:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r24459 r24494 1118 1118 $this->col_info = null; 1119 1119 $this->last_query = null; 1120 $this->rows_affected = $this->num_rows = $this->insert_id =0;1120 $this->rows_affected = $this->num_rows = 0; 1121 1121 $this->last_error = ''; 1122 1122 … … 1300 1300 if ( ! in_array( strtoupper( $type ), array( 'REPLACE', 'INSERT' ) ) ) 1301 1301 return false; 1302 $this->insert_id = 0; 1302 1303 $formats = $format = (array) $format; 1303 1304 $fields = array_keys( $data );
Note: See TracChangeset
for help on using the changeset viewer.