Skip to content
Snippets Groups Projects
Commit 7f70714d authored by Ian Longden's avatar Ian Longden
Browse files

added dependent unmapped_objects

parent fb8c0639
No related branches found
No related tags found
No related merge requests found
......@@ -389,6 +389,9 @@ if($upload){
print "\nPriority unmapped xrefs sorting\n";
$mapper->unmapped_data_for_prioritys();
print "\nProcess DEPENDENT unmapped object data\n";
$mapper->write_dependent_unmapped_objects();
print "\nChecking xrefs\n";
$mapper->cleanup_database();
......
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