Changeset 27954 for trunk/ippScripts/scripts/receive_advance.pl
- Timestamp:
- May 13, 2010, 2:31:31 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/receive_advance.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/receive_advance.pl
r27718 r27954 60 60 &my_die( "Unable to set up", $fileset_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration 61 61 62 # update the fileset entry 63 64 if ($dbinfo_uri and ($dbinfo_uri ne "NULL")) { 62 my $import_run_to_db = 0; 63 if ($import_run_to_db and $dbinfo_uri and ($dbinfo_uri ne "NULL")) { 65 64 my $filename = basename($dbinfo_uri); 66 65 my ($stage) = $filename =~ m|^dbinfo\.(\S+)\.\d+\.mdc$|; # Stage of interest … … 102 101 } 103 102 103 # update the fileset entry 104 104 # All done 105 105 {
Note:
See TracChangeset
for help on using the changeset viewer.
