Ticket #9640: wp-db.patch
File wp-db.patch, 394 bytes (added by , 15 years ago) |
---|
-
wp-db.php
446 446 } 447 447 448 448 function _real_escape($string) { 449 if(is_object($string)) 450 { 451 $string = serialize($string); 452 } 449 453 if ( $this->dbh && $this->real_escape ) 450 454 return mysql_real_escape_string( $string, $this->dbh ); 451 455 else