Changeset 19063
- Timestamp:
- Nov 18, 2012, 1:14:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/UserAdvManager/trunk/include/functions.inc.php
r18432 r19063 40 40 41 41 // Check mandatory email address for email exclusion 42 if (!$conf['obligatory_user_mail_address'] and $conf_UAM[10] = 'true')42 if (!$conf['obligatory_user_mail_address'] and $conf_UAM[10] == 'true') 43 43 { 44 44 array_push($page['warnings'], l10n('UAM_mail_exclusion_error'));
Note: See TracChangeset
for help on using the changeset viewer.