Changeset 12573 for trunk/wp-includes/wp-db.php
- Timestamp:
- 12/29/2009 09:34:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r12480 r12573 386 386 $this->ready = true; 387 387 388 if ( !empty($this->charset) ) {388 if ( $this->has_cap( 'collation' ) && !empty($this->charset) ) { 389 389 if ( function_exists('mysql_set_charset') ) { 390 390 mysql_set_charset($this->charset, $this->dbh);
Note: See TracChangeset
for help on using the changeset viewer.