Ticket #27693: 27693.diff
File 27693.diff, 540 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/wp-db.php
1962 1962 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 { 1968 1968 for ( $i = 0; $i < @mysql_num_fields( $this->result ); $i++ ) {