Index: /trunk/ippScripts/scripts/receive_advance.pl
===================================================================
--- /trunk/ippScripts/scripts/receive_advance.pl	(revision 27953)
+++ /trunk/ippScripts/scripts/receive_advance.pl	(revision 27954)
@@ -60,7 +60,6 @@
     &my_die( "Unable to set up", $fileset_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration
 
-# update the fileset entry
-
-if ($dbinfo_uri and ($dbinfo_uri ne "NULL")) {
+my $import_run_to_db = 0;
+if ($import_run_to_db and $dbinfo_uri and ($dbinfo_uri ne "NULL")) {
     my $filename = basename($dbinfo_uri);
     my ($stage) = $filename =~ m|^dbinfo\.(\S+)\.\d+\.mdc$|; # Stage of interest
@@ -102,4 +101,5 @@
 }
 
+# update the fileset entry
 # All done
 {
