Changeset 33127 for trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
- Timestamp:
- Jan 20, 2012, 5:43:05 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r32731 r33127 487 487 my $command = "$difftool -dbname $imagedb -pstamp_order"; 488 488 489 my $ listrun= 0;489 my $choose_components = 0; 490 490 if ($byid) { 491 491 if ($skycell_id and ($skycell_id ne 'all')) { 492 492 $command .= " -diffskyfile -diff_id $id -skycell_id $skycell_id"; 493 493 } else { 494 $ listrun= 1;494 $choose_components = 1; 495 495 $command .= " -listrun -diff_id $id"; 496 496 # the following is a work around for the problem reported in ticket #1394 … … 512 512 513 513 my $images; 514 if ($ listrun) {514 if ($choose_components) { 515 515 $images = selectComponents($ipprc, $imagedb, 'byid', 'diff', $rowList, $output, $verbose); 516 516 } else { … … 603 603 my @imageList = ($image); 604 604 605 setRowRefs($rowList, \@imageList) ;605 setRowRefs($rowList, \@imageList) unless $choose_components; 606 606 # the $image is going to be returned directly in this case so we need to duplicate 607 607 # some of processing that lookup does for other img_types
Note:
See TracChangeset
for help on using the changeset viewer.
