Ignore:
Timestamp:
Mar 18, 2013, 9:53:21 PM (11 years ago)
Author:
Eric
Message:

Next version is 2.50.4:
Bug 2874 fixed : Warning message on tracking confirmation tab when confirmation by admins is set and a user is added manually by an admin
Reference language/en_UK/help.lang.php improved
language/fr_FR/help.lang.php updated

File:
1 edited

Legend:

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

    r21606 r21695  
    13141314  }
    13151315
    1316   if ((isset($conf_UAM['CONFIRM_MAIL']) and ($conf_UAM['CONFIRM_MAIL'] == 'true' or $conf_UAM['CONFIRM_MAIL'] == 'local')) and $confirm) // Add confirmation link ?
     1316  if ((isset($conf_UAM['CONFIRM_MAIL']) and ($conf_UAM['CONFIRM_MAIL'] == 'true')) and $confirm) // Add confirmation link ?
    13171317  {
    13181318    $infos2 = array(
     
    19521952  (id, user_id, mail_address, status, date_check, reminder)
    19531953VALUES
    1954   ('".$Confirm_Mail_ID."', '".$user_id."', '".$email."', '".$status."', null, false)
     1954  ('".$Confirm_Mail_ID."', '".$user_id."', '".$email."', '".$status."', null, 'false')
    19551955;";
    19561956    pwg_query($query);
Note: See TracChangeset for help on using the changeset viewer.