Make WordPress Core


Ignore:
Timestamp:
06/01/2011 10:03:36 PM (13 years ago)
Author:
nacin
Message:

Take that, PHP 5.0.5. Good riddens. see #14160.

File:
1 edited

Legend:

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

    r18063 r18110  
    13661366            // (Duplicates are discarded)
    13671367            foreach ( $this->last_result as $row ) {
    1368                 $key = array_shift( $var_by_ref = get_object_vars( $row ) );
     1368                $key = array_shift( get_object_vars( $row ) );
    13691369                if ( ! isset( $new_array[ $key ] ) )
    13701370                    $new_array[ $key ] = $row;
Note: See TracChangeset for help on using the changeset viewer.