Changeset 14857

Show
Ignore:
Timestamp:
05/08/12 17:52:53 (14 months ago)
Author:
Eric
Message:

Small code cleanup

Files:
1 modified

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;