AAI - popravki gdpr obvestila po poslanem obrazcu

This commit is contained in:
pero1203 2022-06-20 12:04:51 +02:00
parent 3900abc7ff
commit d884b22b69

View File

@ -1811,20 +1811,17 @@ class GDPR{
} }
$resultX = $MA->sendMail($content, $subject); $resultX = $MA->sendMail($content, $subject);
} }
catch (Exception $e){ catch (Exception $e){
} }
// Vrnemo vse ok // Vrnemo vse ok
if($jezik == '2'){ if($jezik == '2'){
$success_text = 'Your request for the deletion, change or insight into your personal information for a particular survey is submitted to $success_text = 'Your request for the deletion, change or insight into your personal information for a particular survey is submitted to the author of the survey.<br>The author of the survey must, within a month since you submitted the request, execute your request and inform you about it.<br>If the author fails to do so within 30 days, we will delete the survey, including your information.';
the author of the survey. The author of the survey must, within a month since you submitted the request, execute your }
request and inform you about it. If the author fails to do so within 30 days, we will delete the survey, including your information.'; else {
}else { $success_text = 'Prošnja za izbris, spremembo ali vpogled do vaših osebnih podatkov iz določene ankete je posredovana avtorju ankete.<br>Avtor ankete mora v roku meseca dni od oddane zahteve urediti vašo zahtevo in vas o tem obvestiti.<br>Če v roku 30 dni avtor tega ne izvede, bomo anketo izbrisali, vključno z vašimi podatki.';
$success_text = 'Prošnja za izbris, spremembo ali vpogled do vaših osebnih podatkov iz določene ankete je posredovana avtorju ankete. }
Avtor ankete mora v roku meseca dni od oddane zahteve urediti vašo zahtevo in vas o tem obvestiti.
Če v roku 30 dni avtor tega ne izvede, bomo anketo izbrisali, vključno z vašimi podatki.';
}
$response = json_encode(array('success' => $success_text), true); $response = json_encode(array('success' => $success_text), true);
} }