mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Fixed issue: Limesurvey quotas not working
This commit is contained in:
@@ -23,7 +23,7 @@ $LEMskipReprocessing=false; // true if used GetLastMoveResult to avoid generatio
|
||||
|
||||
$surveyMode=quexs_get_survey_mode($clienttoken);
|
||||
|
||||
if ($interviewer || $surveyMode === false)
|
||||
if ($_SESSION['interviewer'] || $surveyMode === false)
|
||||
{
|
||||
switch ($thissurvey['format'])
|
||||
{
|
||||
@@ -467,7 +467,7 @@ else
|
||||
//queXS Addition
|
||||
include_once("quexs.php");
|
||||
|
||||
if ($interviewer)
|
||||
if ($_SESSION['interviewer'])
|
||||
{
|
||||
$quexs_url = get_start_interview_url();
|
||||
$url = str_replace("{STARTINTERVIEWURL}", $quexs_url, $url);
|
||||
|
||||
Reference in New Issue
Block a user