Changeset 113


Ignore:
Timestamp:
05/16/09 15:41:17 (15 years ago)
Author:
nanardon
Message:
  • fix function name
Location:
LATMOS-Accounts/bin
Files:
2 edited

Legend:

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

    r78 r113  
    2323$labase->is_supported_object($otype) or die "$otype object unsupported\n"; 
    2424 
    25 my @fields = $labase->list_canonicals_fields($otype, 'w'); 
     25my @fields = $labase->list_canonical_fields($otype, 'w'); 
    2626my %attr; 
    2727 
  • LATMOS-Accounts/bin/la-query

    r78 r113  
    2424        die "Object $otype $ouid not found\n"; 
    2525    }; 
    26     foreach ($labase->list_canonicals_fields($otype, 'r')) { 
     26    foreach ($labase->list_canonical_fields($otype, 'r')) { 
    2727        my $val = $obj->get_c_field($_); 
    2828        printf( 
Note: See TracChangeset for help on using the changeset viewer.