Ignore:
Timestamp:
09/15/12 08:52:16 (12 years ago)
Author:
nanardon
Message:

Merge branch 'dyngroup'

File:
1 edited

Legend:

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

    r1083 r1135  
    3636        return; 
    3737    }; 
     38 
     39    if ( !grep { 
     40        lc($ini->val($_, 'type', '')) eq 'basessynchro' 
     41        } $ini->Sections ) { 
     42        $ini->newval('_basesync', 'type', 'basessynchro'); 
     43    } 
     44    if ( !grep { 
     45        lc($ini->val($_, 'type', '')) eq 'refreshexpired' 
     46        } $ini->Sections ) { 
     47        $ini->newval('_refreshexpired', 'type', 'refreshexpired'); 
     48    } 
     49 
     50    $ini->newval('_automatedrequest', 'type', 'automatedrequest'); 
    3851 
    3952    bless { 
Note: See TracChangeset for help on using the changeset viewer.