--- wordpress/wp-includes/classes.php	2008-03-27 20:10:29.000000000 +0000
+++ site/wp-includes/classes.php	2008-04-10 18:39:29.000000000 +0100
@@ -105,7 +105,7 @@
 					$query = preg_replace("!^.+\?!", '', $query);
 
 					// Substitute the substring matches into the query.
-					eval("\$query = \"$query\";");
+					@ eval("\$query = \"$query\";");
 					$this->matched_query = $query;
 
 					// Parse the query.
