Ticket #24912: wp-db.php.patch
| File wp-db.php.patch, 279 bytes (added by , 12 years ago) |
|---|
-
wp-includes/wp-db.php
1166 1166 $this->ready = true; 1167 1167 1168 1168 $this->select( $this->dbname, $this->dbh ); 1169 mysql_query( "SET sql_mode=''", $this->dbh); 1169 1170 } 1170 1171 1171 1172 /**