Changeset 2242


Ignore:
Timestamp:
05/10/19 18:24:49 (5 years ago)
Author:
nanardon
Message:

Fix ref to undef value

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-search

    r1940 r2242  
    100100foreach (@result) { 
    101101    if ($fmt) { 
    102         my $o = $labase->get_object($otype, $_); 
     102        my $o = $labase->get_object($otype, $_) or next; 
    103103        print $o->queryformat($fmt); 
    104104    } else { 
Note: See TracChangeset for help on using the changeset viewer.