Make WordPress Core

Changeset 24459


Ignore:
Timestamp:
06/21/2013 01:32:54 AM (12 years ago)
Author:
nacin
Message:

Have wpdb::flush() reset more variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/wp-db.php

    r24121 r24459  
    11181118        $this->col_info    = null;
    11191119        $this->last_query  = null;
     1120        $this->rows_affected = $this->num_rows = $this->insert_id = 0;
     1121        $this->last_error  = '';
    11201122
    11211123        if ( is_resource( $this->result ) )
Note: See TracChangeset for help on using the changeset viewer.