Ignore:
Timestamp:
10/20/16 19:11:42 (8 years ago)
Author:
nanardon
Message:

Renommer le champs personnalMail en otherEmail

File:
1 edited

Legend:

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

    r1846 r1847  
    11971197                label => l('Email'), 
    11981198            }, 
    1199             personnalMail => { 
    1200                 label => l('Email personnel'), 
     1199            otherEmail => { 
     1200                label => l('External mail'), 
    12011201            }, 
    12021202            labeledURI => { }, 
     
    18071807    ); 
    18081808 
    1809     if (my $personnalEmail = $self->_get_attributes('personnalMail')) { 
    1810         $mail{cc} = $personnalEmail; 
     1809    if (my $otherEmail = $self->_get_attributes('otherEmail')) { 
     1810        $mail{cc} = $otherEmail; 
    18111811    } 
    18121812 
Note: See TracChangeset for help on using the changeset viewer.