Changeset 62


Ignore:
Timestamp:
05/03/09 21:26:21 (15 years ago)
Author:
nanardon
Message:
  • check base correctly load
File:
1 edited

Legend:

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

    r61 r62  
    1818my $LA = LATMOS::Accounts->new($config); 
    1919my $labase = $base ? $LA->base($base) : $LA->default_base; 
     20$labase && $labase->load or die "Cannot load base"; 
    2021 
    2122if (my $ouid = shift(@ARGV)) { 
Note: See TracChangeset for help on using the changeset viewer.