Ticket #11666: 11666-upgrade-failure.patch
| File 11666-upgrade-failure.patch, 435 bytes (added by miqrogroove, 3 years ago) |
|---|
-
wp-db.php
385 385 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); 391 391 $this->real_escape = true;
