Added execAccountActiveAdmin() method in adminUser coordination object

This commit is contained in:
Rooty 2021-04-07 06:43:08 +02:00
parent 49b63148d5
commit ba14a990c7

View File

@ -853,17 +853,6 @@ function exportAdmin()
{
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"])))
{
$GLOBALS["SYSTEM_CONTROL"]->messageSystem = "msgError";