Skip to content
Snippets Groups Projects
Commit 7bfb857c authored by Monika Komorowska's avatar Monika Komorowska
Browse files

fixed line 513

parent 7f95fd20
No related branches found
No related tags found
No related merge requests found
......@@ -510,7 +510,7 @@ sub get_id_from_species_name {
print STDERR "Couldn't get ID for species ".$species_name."\n";
print STDERR "It must be one of :-\n";
$sql = "select name from species";
$sth = $self->dbc->prepare($sql);
$sth = $self->xref->dbc->prepare($sql);
$sth->execute();
while(my @row2 = $sth->fetchrow_array()){
print STDERR $row2[0]."\n";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment