Changeset 24459
- Timestamp:
- 06/21/2013 01:32:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r24121 r24459 1118 1118 $this->col_info = null; 1119 1119 $this->last_query = null; 1120 $this->rows_affected = $this->num_rows = $this->insert_id = 0; 1121 $this->last_error = ''; 1120 1122 1121 1123 if ( is_resource( $this->result ) )
Note: See TracChangeset
for help on using the changeset viewer.