Ignore:
Timestamp:
Sep 17, 2012, 5:38:42 PM (12 years ago)
Author:
flop25
Message:

No more need of rejected.php and tpl (je te laisse les supprimer, si tu valides ce changement)

File:
1 edited

Legend:

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

    r17918 r17969  
    195195      $_POST['UAM_Username_Char'],
    196196      $_POST['UAM_Username_List'],
    197       (isset($_POST['UAM_No_Confirm_Status'])?$_POST['UAM_No_Confirm_Status']:''),
     197      (isset($_POST['UAM_No_Confirm_Status'])?$_POST['UAM_No_Confirm_Status']:''),//7
    198198      $_POST['UAM_MailInfo_Text'],
    199199      $_POST['UAM_ConfirmMail_Text'],
     
    214214      $_POST['UAM_GTAutoMailText'],
    215215      (isset($_POST['UAM_Downgrade_Group'])?$_POST['UAM_Downgrade_Group']:''),
    216       (isset($_POST['UAM_Downgrade_Status'])?$_POST['UAM_Downgrade_Status']:''),
     216      (isset($_POST['UAM_Downgrade_Status'])?$_POST['UAM_Downgrade_Status']:''),//26
    217217      $_POST['UAM_AdminValidationMail_Text'],
    218218      $_POST['UAM_CustomPasswRetr'],
     
    340340
    341341  $conf_UAM = unserialize($conf['UserAdvManager']);
     342  //print_r ($conf_UAM) ;
    342343
    343344  // Group setting for unvalidated, validated users and downgrade group
Note: See TracChangeset for help on using the changeset viewer.