Changeset 28002
- Timestamp:
- 04/07/2014 08:21:16 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r27935 r28002 1963 1963 if ( $this->use_mysqli ) { 1964 1964 for ( $i = 0; $i < @mysqli_num_fields( $this->result ); $i++ ) { 1965 $this->col_info[ $i ] = @mysqli_fetch_field( $this->result , $i);1965 $this->col_info[ $i ] = @mysqli_fetch_field( $this->result ); 1966 1966 } 1967 1967 } else {
Note: See TracChangeset
for help on using the changeset viewer.