- Timestamp:
- May 18, 2010, 5:06:01 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippScripts/scripts/receive_advance.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/ippScripts/scripts/receive_advance.pl
r27718 r28017 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.
