Skip to content
Snippets Groups Projects
Commit e396157b authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Misspellt variable name, fixed.

parent 27aa379a
No related branches found
No related tags found
No related merge requests found
...@@ -637,7 +637,7 @@ sub all_species { ...@@ -637,7 +637,7 @@ sub all_species {
. "FROM meta " . "FROM meta "
. "WHERE meta_key = 'species.db_name'"; . "WHERE meta_key = 'species.db_name'";
my $sth = $self->dbc()->db_handle()->prepare($statment); my $sth = $self->dbc()->db_handle()->prepare($statement);
$sth->execute(); $sth->execute();
......
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