Skip to content
Snippets Groups Projects
Commit d4f36818 authored by Graham McVicker's avatar Graham McVicker
Browse files

spotted another potential problem - same variable name used twice in same context

parent 6b699042
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ sub store {
gff_source = ?,
gff_feature = ? } );
my $rows_inserted = $sth->execute
$rows_inserted = $sth->execute
( $analysis->logic_name,
$analysis->db,
$analysis->db_version,
......
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