Ignore:
Timestamp:
Nov 18, 2012, 1:14:41 AM (11 years ago)
Author:
Eric
Message:

bug 2788 re-fixed (mistake in previous commit)

File:
1 edited

Legend:

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

    r18432 r19063  
    4040 
    4141  // 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')
    4343  {
    4444    array_push($page['warnings'], l10n('UAM_mail_exclusion_error'));
Note: See TracChangeset for help on using the changeset viewer.