Popravek napake pri posiljanju vabil - odstrani podvojene maile
This commit is contained in:
parent
f8c982c3a0
commit
a3e619ac9a
@ -3906,11 +3906,6 @@ class SurveyInvitationsNew {
|
||||
unset($_SESSION['snd_inv_token'][$this->sid]);
|
||||
|
||||
session_commit();
|
||||
|
||||
$dont_send_duplicated = false;
|
||||
if (isset($_POST['dont_send_duplicated']) && $_POST['dont_send_duplicated'] == 'on') {
|
||||
$dont_send_duplicated = true;
|
||||
}
|
||||
|
||||
$rids = $_POST['rids'];
|
||||
|
||||
@ -4209,6 +4204,11 @@ class SurveyInvitationsNew {
|
||||
}
|
||||
}
|
||||
|
||||
$dont_send_duplicated = false;
|
||||
if (isset($_POST['dont_send_duplicated']) && $_POST['dont_send_duplicated'] == 'on') {
|
||||
$dont_send_duplicated = true;
|
||||
}
|
||||
|
||||
$duplicated = array();
|
||||
|
||||
# array za rezultate
|
||||
|
Loading…
x
Reference in New Issue
Block a user