AAI - popravki gdpr obvestila po poslanem obrazcu
This commit is contained in:
parent
3900abc7ff
commit
d884b22b69
@ -1811,20 +1811,17 @@ class GDPR{
|
||||
}
|
||||
|
||||
$resultX = $MA->sendMail($content, $subject);
|
||||
}
|
||||
catch (Exception $e){
|
||||
}
|
||||
}
|
||||
catch (Exception $e){
|
||||
}
|
||||
|
||||
// Vrnemo vse ok
|
||||
if($jezik == '2'){
|
||||
$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. 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 {
|
||||
$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.';
|
||||
}
|
||||
if($jezik == '2'){
|
||||
$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.';
|
||||
}
|
||||
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.';
|
||||
}
|
||||
|
||||
$response = json_encode(array('success' => $success_text), true);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user