Ignore:
Timestamp:
Feb 17, 2011, 6:16:36 PM (13 years ago)
Author:
Eric
Message:

bug 2055 fixed : New automated task for unvalidated registers (auto email reminder sent and auto deletion if already reminded).
Localisation files cleanup : all keys for "enable" and "disable" options have been replaced by one unic key.

File:
1 edited

Legend:

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

    r9253 r9266  
    7474$height = '300px';
    7575$areas = array();
    76 array_push( $areas,'UAM_ConfirmMail_Custom_Txt1','UAM_ConfirmMail_Custom_Txt2','UAM_GTAutoDelText');
     76array_push( $areas,'UAM_ConfirmMail_Custom_Txt1','UAM_ConfirmMail_Custom_Txt2','UAM_GTAutoDelText','UAM_USRAutoDelText');
    7777
    7878if (function_exists('set_fckeditor_instance'))
     
    122122
    123123    $_POST['UAM_CustomPasswRetr_Text'] = str_replace('\"', '"', str_replace("\'", "'", str_replace("\\\\", "\\", $_POST['UAM_CustomPasswRetr_Text'])));
     124
     125    $_POST['UAM_USRAutoDelText'] = str_replace('\"', '"', str_replace("\'", "'", str_replace("\\\\", "\\", $_POST['UAM_GTAutoDelText'])));
    124126
    125127    // Check if CR-LF exist at begining and end of mail exclusion list - If yes, removes them
     
    171173      $_POST['UAM_AdminValidationMail_Text'],
    172174      $_POST['UAM_CustomPasswRetr'],
    173       $_POST['UAM_CustomPasswRetr_Text']
     175      $_POST['UAM_CustomPasswRetr_Text'],
     176      $_POST['UAM_USRAuto'],
     177      $_POST['UAM_USRAutoDelText'],
     178      $_POST['UAM_USRAutoMail']
    174179      );
    175180
     
    412417    'UAM_CUSTOMPASSWRETR_FALSE'      => $conf_UAM[29]=='false' ?  'checked="checked"' : '' ,
    413418    'UAM_CUSTOMPASSWRETR_TEXT'       => $conf_UAM[30],
     419    'UAM_USRAUTO_TRUE'               => $conf_UAM[31]=='true' ?  'checked="checked"' : '' ,
     420    'UAM_USRAUTO_FALSE'              => $conf_UAM[31]=='false' ?  'checked="checked"' : '' ,
     421    'UAM_USRAUTODEL_TEXT'            => $conf_UAM[32],
     422    'UAM_USRAUTOMAIL_TRUE'           => $conf_UAM[33]=='true' ?  'checked="checked"' : '' ,
     423    'UAM_USRAUTOMAIL_FALSE'          => $conf_UAM[33]=='false' ?  'checked="checked"' : '' ,
    414424                'UAM_PASSWORD_TEST_SCORE'        => $UAM_Password_Test_Score,
    415425    'UAM_ERROR_REPORTS4'             => $UAM_Exclusionlist_Error,
Note: See TracChangeset for help on using the changeset viewer.