Changeset 6751


Ignore:
Timestamp:
Aug 9, 2010, 8:54:06 PM (14 years ago)
Author:
Eric
Message:
  • Bug 1790 fixed: The user tracking tab is enabled when correct options are set.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/UAM_admin.php

    r6399 r6751  
    626626  $conf_UAM_ConfirmMail = unserialize($conf['UserAdvManager_ConfirmMail']);
    627627       
    628   if (isset($conf_UAM[1]) and $conf_UAM[1]=='true' and ((isset($conf_UAM[2]) and $conf_UAM[2] <> '-1') or (isset($conf_UAM[8]) and $conf_UAM[8] <> '-1')) and isset($conf_UAM_ConfirmMail[0]) and $conf_UAM_ConfirmMail[0]=='true')
     628  if (isset($conf_UAM[1]) and $conf_UAM[1]=='true' and ((isset($conf_UAM[2]) and $conf_UAM[2] <> '-1') or (isset($conf_UAM[8]) and $conf_UAM[8] <> '-1')))
    629629  {
    630630// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.