Make WordPress Core

Changeset 4225


Ignore:
Timestamp:
09/25/2006 01:46:22 AM (19 years ago)
Author:
ryan
Message:

Init last_result to an empty array. fixes #2913

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-includes/wp-db.php

    r4066 r4225  
    123123
    124124    function flush() {
    125         $this->last_result = null;
     125        $this->last_result = array();
    126126        $this->col_info = null;
    127127        $this->last_query = null;
Note: See TracChangeset for help on using the changeset viewer.