Ticket #6665: query_error_suppress.patch
File query_error_suppress.patch, 416 bytes (added by , 17 years ago) |
---|
-
wp-includes/classes.php
old new 105 105 $query = preg_replace("!^.+\?!", '', $query); 106 106 107 107 // Substitute the substring matches into the query. 108 eval("\$query = \"$query\";");108 @ eval("\$query = \"$query\";"); 109 109 $this->matched_query = $query; 110 110 111 111 // Parse the query.