Changeset 18110 for trunk/wp-includes/wp-db.php
- Timestamp:
- 06/01/2011 10:03:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r18063 r18110 1366 1366 // (Duplicates are discarded) 1367 1367 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 ) ); 1369 1369 if ( ! isset( $new_array[ $key ] ) ) 1370 1370 $new_array[ $key ] = $row;
Note: See TracChangeset
for help on using the changeset viewer.