Ignore:
Timestamp:
07/11/16 14:43:44 (8 years ago)
Author:
nanardon
Message:

Order module to optimize data update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-sync-manager

    r1744 r1824  
    120120        $SIG{INT} = 'DEFAULT'; 
    121121        my $res = 0; 
    122         foreach my $module ($syncm->list_modules()) { 
     122        foreach my $module ($syncm->listSortedModules()) { 
    123123            $res = 1 if (!$syncm->process_module($module)); 
    124124        } 
Note: See TracChangeset for help on using the changeset viewer.