Changeset 32272 for branches/4.0/src/wp-includes/wp-db.php
- Timestamp:
- 04/23/2015 11:43:13 AM (11 years ago)
- File:
-
- 1 edited
-
branches/4.0/src/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/src/wp-includes/wp-db.php
r32235 r32272 2517 2517 // Split the CONVERT() calls by charset, so we can make sure the connection is right 2518 2518 $queries[ $value['charset'] ][ $col ] = $this->prepare( "CONVERT( %s USING {$value['charset']} )", $value['value'] ); 2519 unset( $data[ $col ]['db'] ); 2519 2520 } 2520 2521 }
Note: See TracChangeset
for help on using the changeset viewer.