Changeset 1285 for trunk/LATMOS-Accounts


Ignore:
Timestamp:
03/17/15 18:51:56 (9 years ago)
Author:
nanardon
Message:

new version

File:
1 edited

Legend:

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

    r1280 r1285  
    637637} 
    638638 
     639=head2 getobjectlogs($otype, $name) 
     640 
     641Return logs for object type C<$otype> having C<$name>. 
     642 
     643=cut  
     644 
    639645sub getobjectlogs { 
    640646    my ($self, $otype, $name) = @_; 
     
    670676} 
    671677 
     678=head2 getlogs 
     679 
     680Return logs for last year 
     681 
     682=cut 
     683 
    672684sub getlogs { 
    673685    my ($self) = @_; 
Note: See TracChangeset for help on using the changeset viewer.