Changeset 6751 for extensions
- Timestamp:
- Aug 9, 2010, 8:54:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/NBC_UserAdvManager/trunk/admin/UAM_admin.php
r6399 r6751 626 626 $conf_UAM_ConfirmMail = unserialize($conf['UserAdvManager_ConfirmMail']); 627 627 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'))) 629 629 { 630 630 // +-----------------------------------------------------------------------+
Note: See TracChangeset
for help on using the changeset viewer.