Ignore:
Timestamp:
Nov 4, 2009, 9:53:26 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager]

  • Adding a password field control for SendMail2User - Neighborhood plugin compatibility improvement
  • Bug 1229 fixed - Email was no longer mandatory when plugin was active, even if Piwigo's email madatory option was set.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/include/functions_UserAdvManager.inc.php

    r4159 r4185  
    2121      $password = $password <> '' ? $password : l10n('UserAdvManager_empty_pwd');
    2222     
    23       if ( function_exists('get_user_language_desc') and isset($conf_nbc_UserAdvManager[10]) and $conf_nbc_UserAdvManager[10] <> '' )
     23      if (function_exists('get_user_language_desc') and isset($conf_nbc_UserAdvManager[10]) and $conf_nbc_UserAdvManager[10] <> '')
    2424        $infos1_perso = get_user_language_desc($conf_nbc_UserAdvManager[10])."\n\n";
    2525     
     
    3939  }
    4040
    41   if ( isset($conf_nbc_UserAdvManager[0]) and $conf_nbc_UserAdvManager[0] == 'true' )
     41  if (isset($conf_nbc_UserAdvManager[0]) and $conf_nbc_UserAdvManager[0] == 'true')
    4242  {
    4343    $infos1 = array(
     
    5959    );
    6060
    61     if ( function_exists('get_user_language_desc') and isset($conf_nbc_UserAdvManager[11]) and $conf_nbc_UserAdvManager[11] <> '' )
     61    if (function_exists('get_user_language_desc') and isset($conf_nbc_UserAdvManager[11]) and $conf_nbc_UserAdvManager[11] <> '')
    6262      $infos2_perso = get_user_language_desc($conf_nbc_UserAdvManager[11])."\n\n";
    6363  }
Note: See TracChangeset for help on using the changeset viewer.