Changeset 18998 for trunk/wp-includes/wp-db.php
- Timestamp:
- 10/18/2011 08:44:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r18753 r18998 1370 1370 // (Duplicates are discarded) 1371 1371 foreach ( $this->last_result as $row ) { 1372 $key = array_shift( get_object_vars( $row ) );1372 $key = array_shift( $var_by_ref = get_object_vars( $row ) ); 1373 1373 if ( ! isset( $new_array[ $key ] ) ) 1374 1374 $new_array[ $key ] = $row;
Note: See TracChangeset
for help on using the changeset viewer.