From 6a38b8d9327c592defd1307d73b89e9feba7dcc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Fri, 31 Oct 2008 12:17:59 +0000 Subject: [PATCH] *** empty log message *** --- modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm index ef35171d18..f648011879 100644 --- a/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm @@ -165,7 +165,7 @@ sub fetch_all_by_Slice_and_score { my ( $self, $slice, $score, $logic_name ) = @_; my $constraint; - if ( defined $score ) { + if ( defined($score) ) { # Get the synonym of the primary_table my @tabs = $self->_tables(); my $syn = $tabs[0]->[1]; -- GitLab