mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixes lp:1394819 Automatic dialling doesn't work when using "No respondent selection"
This commit is contained in:
@@ -191,7 +191,7 @@ if ($ca)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_respondent_selection($operator_id))
|
if (!is_respondent_selection($operator_id) && AUTO_DIAL_SECONDS == false)
|
||||||
$data = get_limesurvey_url($operator_id);
|
$data = get_limesurvey_url($operator_id);
|
||||||
else
|
else
|
||||||
$data = get_respondentselection_url($operator_id);
|
$data = get_respondentselection_url($operator_id);
|
||||||
|
|||||||
Reference in New Issue
Block a user