Ignore:
Timestamp:
May 8, 2012, 5:54:53 PM (12 years ago)
Author:
Eric
Message:

r14857 merged from trunk :
Small code cleanup
DE translation updated - Thx to Joergen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.40/include/functions.inc.php

    r14730 r14858  
    309309    // Sending registration confirmation by email
    310310    // ------------------------------------------
    311     if (/*(isset($conf_UAM[0]) and $conf_UAM[0] == 'true') or */(isset($conf_UAM[1]) and $conf_UAM[1] == 'true') or (isset($conf_UAM[1]) and $conf_UAM[1] == 'local'))
     311    if ((isset($conf_UAM[1]) and $conf_UAM[1] == 'true') or (isset($conf_UAM[1]) and $conf_UAM[1] == 'local'))
    312312    {
    313313      $confirm_mail_need = false;
Note: See TracChangeset for help on using the changeset viewer.