Ignore:
Timestamp:
Sep 22, 2012, 5:39:31 PM (12 years ago)
Author:
Eric
Message:

r17807 to r18159 merged from trunk to branch 2.40 - Thx to flop25 for his really appreciated and usefull help ;-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.40/ConfirmMail.php

    r14730 r18160  
    3939  {
    4040    $status = true;
    41    
    4241    log_user($userid, false);
    43 
     42    if (isset($conf_UAM[1]) and $conf_UAM[1] == 'local')
     43    {
     44      validation_mail($userid);
     45    }
    4446// We have to get the user's language in database
    4547// ----------------------------------------------
     
    119121      'REDIRECT'             => $redirect,
    120122      'STATUS'               => $status,
    121                   'CONFIRM_MAIL_MESSAGE' => $custom_text,
     123                                'CONFIRM_MAIL_MESSAGE' => $custom_text,
    122124    )
    123125  );
Note: See TracChangeset for help on using the changeset viewer.