diff --git a/admin/survey/SurveyAdmin.php b/admin/survey/SurveyAdmin.php index 4e26eba5c..b33a6751e 100644 --- a/admin/survey/SurveyAdmin.php +++ b/admin/survey/SurveyAdmin.php @@ -3636,6 +3636,10 @@ class SurveyAdmin $sas = new SurveyAdminSettings(); $sas->globalUserMyProfile(); } + if ($_GET['m'] == 'global_user_ChangeArchive') { + $sas = new SurveyAdminSettings(); + $sas->globalUserChangeArchive(); + } echo ''; } diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index add608a5e..d25358a08 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -10510,6 +10510,24 @@ class SurveyAdminSettings { } } + echo ''; + + echo ''; + } + + function globalUserChangeArchive () { + global $lang, $global_user_id, $admin_type, $site_domain, $site_url; + + // podatki prijavljenega uporabnika + $sql = sisplet_query("SELECT id, name, surname, email, type, gdpr_agree, last_login FROM users WHERE id = '$global_user_id'"); + $row = mysqli_fetch_array($sql); + + echo '