Ignore:
Timestamp:
12/28/12 15:05:23 (12 years ago)
Author:
nanardon
Message:

use 'savepoint' word instead checkpoint

File:
1 edited

Legend:

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

    r1201 r1206  
    9090} 
    9191 
    92 =head2 reset_checkpoint 
     92=head2 reset_savepoint 
    9393 
    94 Reset the checkpoint to 0 to force the module to be run again 
     94Reset the savepoint to 0 to force the module to be run again 
    9595 
    9696=cut 
    9797 
    98 sub reset_checkpoint { 
     98sub reset_savepoint { 
    9999    return 1; 
    100100} 
Note: See TracChangeset for help on using the changeset viewer.