Changeset 15470 for branches/3.0/wp-includes/wp-db.php
- Timestamp:
- 07/25/2010 07:34:49 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/wp-db.php
r15266 r15470 1403 1403 // (Duplicates are discarded) 1404 1404 foreach ( $this->last_result as $row ) { 1405 $key = array_shift( get_object_vars( $row ) );1405 $key = array_shift( $var_by_ref = get_object_vars( $row ) ); 1406 1406 if ( ! isset( $new_array[ $key ] ) ) 1407 1407 $new_array[ $key ] = $row;
Note: See TracChangeset
for help on using the changeset viewer.