2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Made sure to bring up correct page on restart

This commit is contained in:
Adam Zammit
2014-04-29 14:02:34 +10:00
parent f549765927
commit d71578560d

View File

@@ -191,7 +191,10 @@ if ($ca)
} }
} }
$data = "nocallavailable.php"; if (!is_respondent_selection($operator_id))
$data = get_limesurvey_url($operator_id);
else
$data = get_respondentselection_url($operator_id);
$db->CompleteTrans(); $db->CompleteTrans();