View | Details | Raw Unified | Return to bug 40171
Collapse All | Expand All

(-)a/ill/ill-requests.pl (-2 / +1 lines)
Lines 478-484 if ($backends_available) { Link Here
478
            $append .= '&tran_success=' . join( ',', @{ $ret->{result}->{success} } );
478
            $append .= '&tran_success=' . join( ',', @{ $ret->{result}->{success} } );
479
        }
479
        }
480
        if ( $ret->{result} && scalar @{ $ret->{result}->{fail} } > 0 ) {
480
        if ( $ret->{result} && scalar @{ $ret->{result}->{fail} } > 0 ) {
481
            $append .= '&tran_fail=' . join( ',', @{ $ret->{result}->{fail} } . join(',') );
481
            $append .= '&tran_fail=' . join( ',', @{ $ret->{result}->{fail} } );
482
        }
482
        }
483
483
484
        # Redirect to view the whole request
484
        # Redirect to view the whole request
485
- 

Return to bug 40171