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/SyncManager.pm

    r1203 r1206  
    195195} 
    196196 
    197 =head2 reset_module_checkpoint($module) 
    198  
    199 Reset the checkpoint for module C<$module> to force it to run at next 
     197=head2 reset_module_savepoint($module) 
     198 
     199Reset the savepoint for module C<$module> to force it to run at next 
    200200synchronisation. 
    201201 
    202202=cut 
    203203 
    204 sub reset_module_checkpoint { 
     204sub reset_module_savepoint { 
    205205    my ($self, $module) = @_; 
    206206    if (!$self->ini->SectionExists($module)) { 
     
    234234    ); 
    235235 
    236     $task->reset_checkpoint; # Specific reset 
     236    $task->reset_savepoint; # Specific reset 
    237237    $ini->RewriteConfig; 
    238238} 
Note: See TracChangeset for help on using the changeset viewer.