Changes from trunk/wp-includes/wp-db.php at r12410 to branches/2.9/wp-includes/wp-db.php at r12574
- File:
-
- 1 edited
-
branches/2.9/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-includes/wp-db.php
r12410 r12574 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.