Changeset 6711 for trunk/wp-includes/wp-db.php
- Timestamp:
- 02/02/2008 06:42:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r6701 r6711 340 340 341 341 // Extract var out of cached results based x,y vals 342 if ( $this->last_result[$y]) {342 if ( !empty( $this->last_result[$y] ) ) { 343 343 $values = array_values(get_object_vars($this->last_result[$y])); 344 344 }
Note: See TracChangeset
for help on using the changeset viewer.