Make WordPress Core

Changeset 24460


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

Have wpdb::flush() reset more variables.

Merges [24459] to the 3.5 branch.

Location:
branches/3.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.5

  • branches/3.5/wp-includes/wp-db.php

    r23216 r24460  
    11211121        $this->col_info    = null;
    11221122        $this->last_query  = null;
     1123        $this->rows_affected = $this->num_rows = $this->insert_id = 0;
     1124        $this->last_error  = '';
    11231125
    11241126        if ( is_resource( $this->result ) )
Note: See TracChangeset for help on using the changeset viewer.