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

Small code cleanup

File:
1 edited

Legend:

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

    r14729 r14857  
    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.