', nl2br(str_replace("\t", '   ', htmlspecialchars($query_data['q']))), '
			';
		if (!empty($query_data['f']) && !empty($query_data['l']))
			echo '
			in 
', $query_data['f'], ' line 
', $query_data['l'], ', ';
		echo '
			which took ', round($query_data['t'], 8), ' seconds.
		
 ';
		// Explain the query.
		if ($query_id == $q && $is_select_query)
		{
			$result = db_query("
				EXPLAIN " . $select, false, false);
			if ($result === false)
			{
				echo '