Ignore:
Timestamp:
01/22/10 17:20:03 (14 years ago)
Author:
nanardon
Message:
  • fix la-search when using --fmt
File:
1 edited

Legend:

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

    r669 r703  
    9999foreach (@result) { 
    100100    if ($fmt) { 
    101         my $o = $labase->queryformat($fmt); 
     101        my $o = $labase->get_object($otype, $_); 
     102        print $o->queryformat($fmt); 
    102103    } else { 
    103104        print "$_\n"; 
Note: See TracChangeset for help on using the changeset viewer.