Added execAccountActiveAdmin() method in adminUser coordination object
This commit is contained in:
parent
49b63148d5
commit
ba14a990c7
@ -853,17 +853,6 @@ function exportAdmin()
|
|||||||
{
|
{
|
||||||
global $SERVER_NAME, $SCRIPT_NAME, $CONF_PERSISTANT_SECURE, $CONF_DATA_PATH;
|
global $SERVER_NAME, $SCRIPT_NAME, $CONF_PERSISTANT_SECURE, $CONF_DATA_PATH;
|
||||||
|
|
||||||
/* gestion du lib en fonction de la langue courante */
|
|
||||||
// $currentCode=$GLOBALS["SYSTEM_USER_SESSION"]->langue->getCode();
|
|
||||||
// $defaultCode=$GLOBALS["SYSTEM_DEFAULT_LANGUAGE_CODE"];
|
|
||||||
/* fin récupération des codes par defaut */
|
|
||||||
|
|
||||||
/* Vérification du statut du compte */
|
|
||||||
// $user_account_active=(isset($_POST["user_account_active"]))?$_POST["user_account_active"]:"off";
|
|
||||||
|
|
||||||
/*Récupération des messages utilisateurs*/
|
|
||||||
addMessageFile("user.ini");
|
|
||||||
|
|
||||||
if((!isset($_GET["param"])) && (!is_numeric($_GET["param"])))
|
if((!isset($_GET["param"])) && (!is_numeric($_GET["param"])))
|
||||||
{
|
{
|
||||||
$GLOBALS["SYSTEM_CONTROL"]->messageSystem = "msgError";
|
$GLOBALS["SYSTEM_CONTROL"]->messageSystem = "msgError";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user