Changeset 32273 for branches/3.9/src/wp-includes/wp-db.php
- Timestamp:
- 04/23/2015 11:47:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9/src/wp-includes/wp-db.php
r32239 r32273 2481 2481 // Split the CONVERT() calls by charset, so we can make sure the connection is right 2482 2482 $queries[ $value['charset'] ][ $col ] = $this->prepare( "CONVERT( %s USING {$value['charset']} )", $value['value'] ); 2483 unset( $data[ $col ]['db'] ); 2483 2484 } 2484 2485 }
Note: See TracChangeset
for help on using the changeset viewer.