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

A few more multiply 'my'ed scalars.

parent 289bbf20
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ sub species_specific_pre_attributes_set{
my $self = shift;
my $dbname = $self->get_canonical_name();
# Where does '$max_object_xref_id' come from here? (ak/2007-11-14)
my $object_xref_id = $max_object_xref_id + 1;
......@@ -391,7 +392,8 @@ LSQL
my ($gene_id, $object_xref_id, $xref_id);
my $gene_id;
( $object_xref_id, $xref_id ) = ( undef, undef );
$sth = $self->core->dbc->prepare($get_all_object_xref_genes);
$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