*** empty log message ***
authorwolfpac444 <wolfpac444>
Thu, 8 May 2003 11:19:49 +0000 (11:19 +0000)
committerwolfpac444 <wolfpac444>
Thu, 8 May 2003 11:19:49 +0000 (11:19 +0000)
circ/returns.pl

index c460852..5d210af 100755 (executable)
@@ -238,6 +238,8 @@ foreach my $code (keys %$messages) {
                $err{msg}= $branches->{$messages->{'IsPermanent'}}->{'branchname'};
     } elsif ($code eq 'WasLost'){
                $err{waslost}=1;
+    } elsif ($code eq 'ResFound'){
+               ;       # FIXME... anything to do here?
     } elsif ($code eq 'WasReturned'){
                ;       # FIXME... anything to do here?
     } elsif ($code eq 'WasTransfered'){