Changeset 405 for LATMOS-Accounts


Ignore:
Timestamp:
08/28/09 09:56:41 (15 years ago)
Author:
nanardon
Message:
  • add some comment in dump
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Objects.pm

    r404 r405  
    399399    my $otype = $self->type; 
    400400    $base ||= $self->base; 
     401    if (ref $self) { 
     402        printf $handle "# base %s: object %s/%s\n", 
     403            $base->label, $self->type, $self->id; 
     404    } 
     405    printf $handle "# %s\n", scalar(localtime); 
    401406 
    402407    foreach my $attr (sort { $a cmp $b } $base->list_canonical_fields($otype, 
Note: See TracChangeset for help on using the changeset viewer.