From 492dd6912346d65ae508f48cd8d0e66054c5fe95 Mon Sep 17 00:00:00 2001
From: Arne Stabenau <stabenau@sanger.ac.uk>
Date: Thu, 11 Oct 2001 15:23:06 +0000
Subject: [PATCH] Another schema change here...

---
 modules/Bio/EnsEMBL/Virtual/StaticContig.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/Bio/EnsEMBL/Virtual/StaticContig.pm b/modules/Bio/EnsEMBL/Virtual/StaticContig.pm
index 3db2a7fb85..a8fa28edc2 100755
--- a/modules/Bio/EnsEMBL/Virtual/StaticContig.pm
+++ b/modules/Bio/EnsEMBL/Virtual/StaticContig.pm
@@ -1487,11 +1487,11 @@ sub get_landmark_MarkerFeatures{
 			    chr_end,
 			    chr_strand,
 			    name 
-		    FROM    landmarkMarker 
+		    FROM    landmark_marker 
 		    WHERE   chr_name = '$chr_name'
                     AND     chr_start >= $glob_start 
                     AND     chr_end <= $glob_end 
-		    ORDER BY start
+		    ORDER BY chr_start
 		";
    
    $statement =~ s/\s+/ /g;
-- 
GitLab