2
0
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:
Adam Zammit
2014-12-18 16:18:12 +11:00
parent 5331e5ce47
commit 54660f88eb

View File

@@ -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);
else
$data = get_respondentselection_url($operator_id);