Skip to content
Snippets Groups Projects
Commit c16eced6 authored by Emmanuel Mongin's avatar Emmanuel Mongin
Browse files

Took away a bug in the loading procedure

parent 05278aeb
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ sub store {
my ($tst) = $sth->fetchrow_array;
if (! defined $sth) {
if (! defined $tst) {
# line is already in Xref table. Need to add to objectXref
$sth = $self->prepare( "
INSERT INTO objectXref
......
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